/*
 * Generated from '/style/accessibility.css'
 */

body a:focus, 
body input:focus,
body .mandatory input[type='radio']:focus,
body button:focus,
body textarea:focus,
body select:focus,
body a.cmdButton:focus {
	outline-style: var(--ACTIVE_ELEMENT_BORDER_STYLE);
	outline-color: var(--ACTIVE_ELEMENT_BORDER_COLOR);
	outline-width: var(--ACTIVE_ELEMENT_BORDER_WIDTH);
}

/*
 * Generated from '/style/template.css'
 */

/*
 * TopLogic Default Look and Feel
 *
 */
 
html,
body {
    height: 100%;
}

body, div.body {
	background-color:var(--BODY_BACK);
	font-size:var(--FONT_SIZE);
	font-family:var(--TEXT_FAMILY);
	color:var(--NORMAL_TEXT);
}
body {
	margin:4px;
}

body.mainlayout {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.pdlgWindow, .dlgWindow ,.dlgBackground, #pdlgPopupDialogPane, #waitPane, #pdlgPopupDialogs {
	/*
	 * Popup dialogs has to be stacked upon the current view. Because the table header has z-index 1, 
	 * the popup dialogs should have at least z-index 2 to be stacked upon table headers.
	 *
	 * z-index kann only be set on positioned elements.
	 *
	 * This cause not a problem for nesting (popup)-dialogs, because setting a z-index
	 * sets the stack level of this element in the current stacking context. It also
	 * establishes a local stacking context. This means that the z-indexes of descendants are not compared 
	 * to the z-indexes of elements outside this element.
	 *
	 * Details: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
	 */
	z-index: 2;
}

#pdlgPopupDialogs {
	position: relative;
}

input, img, iframe, .input-image {
    vertical-align: middle;
}

input {
	box-sizing: border-box;
	font-family:inherit;
}

img {
	border-style: none;	
}

a:link {
	text-decoration: var(--ANCHOR_TEXT_DECORATION_LINK);
	color:           var(--COLOR_TEXT);
}

a:visited, a.gotoLink:visited {
	text-decoration: var(--ANCHOR_TEXT_DECORATION_VISITED);
	color:           var(--COLOR_TEXT);
}

a:hover {
	text-decoration: var(--ANCHOR_TEXT_DECORATION_HOOVER);
	color:           var(--COLOR_TEXT);
}

a:active {
	text-decoration: var(--ANCHOR_TEXT_DECORATION_ACTIVE);
	color:           var(--COLOR_TEXT);
}

a.gotoLink, a.cmdLink, a.cmdLink:visited{
    text-decoration: var(--ANCHOR_TEXT_DECORATION_GOTO_LINK);
    color:           var(--COLOR_TEXT);
	cursor:          pointer;
}

.cmdLinkDisabled {
    text-decoration: none;
    cursor: default;
    color: #AAAAAA;
}

/* ========================================== */
/* ====== Header styles (prefix is 'h') ===== */
/* ========================================== */


body.header {
	margin: 0px;
	padding:0px;
}

body.title {
	/* TODO: '//' is not allowed as comment marker in CSS2 stylesheets. Refer to section "4.1.9 Comments" of the CSS2 specification. */
	/* // Use when body is used a title for a table or such. */
	margin: 0px;
	background-color: var(--FRAME_BACK);
	font-family:      var(--TEXT_FAMILY);
	color:            var(--INVERT_TEXT);
	font-size:        13px;
}

table.header {
    border-collapse: collapse;
}

td.hSpacer {
    background-image:    var(--HEADER_LINE);
    background-position: bottom;
    background-repeat:   repeat-x;
}

.adjustableColumn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	color: var(--ADJUSTABLE_COLUMN_TEXT_HEADER);
}

.unselectableContent {
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */

  	user-select: none;     
}

td.hBottom {
    background-image:    var(--HEADER_TITLE);
    background-position: top;
    background-repeat:   repeat-x;
    color:               var(--TAB_TEXT);
    font-family:         var(--TEXT_FAMILY);
    font-size:           11px;
    font-weight:         normal;
    text-align:          left;
	white-space:         nowrap;
	height:              17px;
    vertical-align:      baseline;
	position:            relative;
}

td.hLeftImage {
	padding-top: 3px;
}

td.hRightImage {

	padding-top: 3px;
}

td.hTitle {
    color:          var(--COLOR_TEXT);
    font-family:    var(--TEXT_FAMILY);
    font-size:      18px;
    font-weight:    bold;
    text-align:     right;
	white-space:    nowrap;
    vertical-align: middle;
}

td.hTabImage {
	width:var(--TABBER_IMAGE_WIDTH);
}

a.hTabIconLink {
    cursor:          pointer;
}
a.hTabIconLinkSel {
    cursor:          default;
}
/* ========================================== */
/* ====== Tabber styles (prefix is 't') ===== */
/* ========================================== */

span.tBottomLeft {
	text-align: 	left;
	white-space: 	nowrap;
	padding:		0 4px;
}

span.tBottomCenter {
	position:		absolute;
	text-align: 	center;
	white-space: 	nowrap;
}

span.tBottomRight {
	position:		absolute;
	right:			0px;
	text-align: 	right;
	white-space: 	nowrap;
	padding:    	0 4px;
}

/* =============================================== */
/* ====== AccordionControl (prefix is 'acc') ===== */
/* =============================================== */

div.accRoot {
	background-color: var(--ACCORDION_BACKGROUND_COLOR);
	background: var(--ACCORDION_BACKGROUND);
}

div.accChildren {
	margin-left: var(--ACCORDION_INDENT);
}

a.accEntry,
a.accEntry:link,
a.accEntry:visited,
a.accEntry:active
{
	display: block;
	line-height: 22px;
	padding: var(--ACCORDION_ENTRY_PADDING);

	color: var(--ACCORDION_TEXT_COLOR);
	white-space: nowrap;
}

a.accEntry span.accEntryContent {
	display: table-row;
	padding: 0px;
}

a.accEntry span.accLabel {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

a.accEntry img.accMarker {
	display: table-cell;
	width: 22px;
	padding-right: 7px;
	vertical-align: middle;
}

div.accChildren > div.accNode > a.accEntry {
	border-top-left-radius: var(--ACCORDION_BORDER_RADIUS);
	border-bottom-left-radius: var(--ACCORDION_BORDER_RADIUS);
}

div.accChildren > div.accNode:first-child > a.accEntry {
	border-top-left-radius: 0px;
}

a.accEntry:hover {
	background-color: var(--ACCORDION_HOVER_BACKGROUND_COLOR);
	background: var(--ACCORDION_HOVER_BACKGROUND);
	color: var(--ACCORDION_HOVER_TEXT_COLOR);
}

a.accEntry.accSelected, 
div.accSelected a.accEntry,
div.accNode.tlPopupOpen a.accEntry
{
	background-color: var(--ACCORDION_SELECTED_BACKGROUND_COLOR);
	background: var(--ACCORDION_SELECTED_BACKGROUND);
	color: var(--ACCORDION_SELECTED_TEXT_COLOR);
}

a.accEntry.accContainer.accSelected {
	background-color: var(--ACCORDION_GROUP_BACKGROUND_COLOR);
	background: var(--ACCORDION_GROUP_BACKGROUND);
	color: var(--ACCORDION_GROUP_TEXT_COLOR);
}

span.accIcon.input-image,
span.accIcon.input-image i {
	color: var(--ACCORDION_ICON_COLOR);
	line-height: 22px;	
	font-size: 20px;
	vertical-align: middle;
}

div.accNode.tlPopupOpen span.accIcon.input-image i {
	color: var(--ACCORDION_SELECTED_TEXT_COLOR);
}

span.accIcon.input-image,
span.accIcon.input-image i,
img.accIcon {
	padding-right: var(--ACCORDION_ICON_SEPARATOR);	
}

/* ============================================ */
/* ====== Table styles (prefix is 'tbl') ===== */
/* ============================================ */

.tl-table__title-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.tblTableNoBorder {
	border-color:    var(--SECONDARY_BACKGROUND_COLOR);
	width:           100%;
	border-style: 	 solid;
	border-collapse: collapse;
	border-spacing:  0px;
	padding: 0px;
	margin: 0px;
}

td.tblRight {
	text-align: right;
}

table td div.tblRight span.cError {
	left: 2px;
	right: auto;
}

a.tl-table__title {
	color: var(--INVERT_TEXT);
}

a.tl-table__title:visited {
	color: var(--INVERT_TEXT);
}

.tl-table__title {
	/* For legacy browsers.*/
	background: var(--TABLE_TITLE_BACKGROUND);
	color:           var(--TABLE_TBL_TITLE_COLOR);
	font-family:      var(--TEXT_FAMILY);
	font-size:        13px;
	font-weight:      normal;
	height: var(--TABLE_TITLE_HEIGHT);
	padding: 0px 2px;
	border-color:     #555555;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

th.tblTitleRight {
	/* For legacy browsers. */
	background-color: var(--FRAME_BACK);

	background: var(--TABLE_TITLE_BACKGROUND);
	font-family:      var(--TEXT_FAMILY);
	color:            var(--INVERT_TEXT);
	font-size:        13px;
	font-weight:      normal;
	padding:          2px;
	border-color:     #555555;
	text-align:       right;
	border-left:      none;
}

.tl-table__title-toolbar {
	border-spacing: 0px;
	margin-right: 2px; 
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

input.tblRowSelector {
	margin-top: 4px;	
}

input.tblRowSelector {
	/* empty: due to transparent image. */
}

input.tblRowSelected {
	background-image: var(--TABLE_ROW_SELECTED);
}

tr.tl-table__row:hover input.tblRowSelector, input.tblRowSelector:focus {
	background-image: var(--TABLE_ROW_FOCUSED);
}

a.tblRowSelector {
	display: none;
}

a.tblRowSelector i {
	font-size: 9px;
}

tr.tl-table__row:hover a.tblRowSelector, a.tblRowSelector:focus, a.tblRowSelected {
	display: inline-block;
}

span.tblButton input {
	margin-left: 2px; 
}

.tl-table__footer-counter {
	font-family:var(--TEXT_FAMILY);
	font-size:12px;
	font-weight:normal;
	padding:2px;
	border-top-color:gray;
	border-top-style:solid;
	border-top-width:1px;
	color:black;
	background-color:var(--TABLE_COUNTER);
	text-align:right;
	white-space:nowrap;
}

th.tblCounterNoBorder {
	font-family:var(--TEXT_FAMILY);
	font-size:12px;
	font-weight:normal;
	padding:2px;
	border-top-color:gray;
	border-top-style:solid;
	border-width:0px;
	color:black;
	text-align: right;
	background-color:var(--TABLE_HEADER);
}

th.tl-table__cell, th.cal_th {
    color:               #333333;
    background: var(--TABLE_HEADER_BACKGROUND);
	font-family:         var(--TEXT_FAMILY);
    white-space:         nowrap;
	padding:             0px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: var(--TABLE_HEADER_BORDER_BOTTOM_WIDTH);
	border-top-style:    none;
	border-right-style:  none;
  
    /* mri */
   /*  border-color: white; */
	border-color: #f0f0f0;
	
    font-size:           12px;
    font-weight:         bold;
}

.tl-table__header-cell-content {
	width: 100%
}

th.tl-table__group-cell {
	text-align: center;
	border-bottom-width: 0px;
	
	/* Safari support */
	-webkit-user-select: none;
  	user-select: none;     
}

th.tblTHNoBorder {
	font-family:         var(--TEXT_FAMILY);
	font-size:           13px;
	font-weight:         normal;
    white-space:         nowrap;
	padding:             2px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-width:        0px;
	color:               black;
	background-color:    var(--TABLE_HEADER);
}

th.tblTHRight {
	text-align:		  	 right;
	font-family:         var(--TEXT_FAMILY);
	font-size:           13px;
	font-weight:         normal;
    white-space:         nowrap;
	padding:             2px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width:  0px;
	border-left-width:   0px;
	border-top-width:    0px;
	color:               black;
	background-color:    var(--TABLE_HEADER);
}

tr.tl-table__row {
	background-color:var(--TABLE_ROW_BACKGROUND_COLOR);
}

/* Note: Order matters: Must appear below `tl-table__row` to override styles. */
tr.tblEven {
	background-color:var(--TABLE_ROW_EVEN_BACKGROUND_COLOR);
}

/* Note: Order matters: Must appear below `tblEven` to override styles. */
tr.tblSelected {
    background: var(--TABLE_SELECT_BACKGROUND_COLOR);
}

td.tl-table__cell {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
    white-space:    nowrap;
	padding:        0px;
	color:          black;
	border-color:   var(--TABLE_BORDER_COLOR);
	overflow:		hidden; 
}

td.tl-table__cell--selectable {
	cursor: pointer;
}

td.tl-table__cell {
	border-bottom-style: solid;
	border-bottom-width:   var(--TABLE_COLUMN_BORDER_WIDTH);
}

td.tl-table__cell,
td.tl-table__cell i,
.BreadCrumbOuter .Right
{
    line-height: var(--FORM_LINE_HEIGHT);
}

div.frmBody > div.dropPane {
	display: none;
}

div.frmBody.dndInsertInto > div.dropPane {
	display: block;

	/* Note: The client-side script for drag and drop depends on the `dropPane` overlaying the drop area. */	
	position: absolute;
	top: 0px;
	left: 0px;
 	bottom: 0px;
	right: 0px;
	opacity: 0.5;
	background-color: var(--DROP_MARKER_COLOR);
}

tr.tl-table__row.dndInsertInto > td {
	background-color: var(--DROP_MARKER_COLOR);
}

tr.tl-table__row.dndInsertBelow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--INSERT_MARKER_COLOR);
}

tr.tl-table__row.dndInsertAbove {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--INSERT_MARKER_COLOR);
}


td.tblTDNoPadding {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
    white-space:    nowrap;
	padding:        0px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
	border-width:   0px;
}

td.tblTDNoBorder {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
    white-space:    nowrap;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	border-width:   0px;
	color:          black;
	border-width:   0px;
	border-style:	solid;
}

td.tblTDNoBorderRight {
	text-align:     right;
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
	border-width:   0px;
	border-style:	solid;
}

td.tblTDStrong {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
	font-weight:	bold;
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
}

td.tblTDwrap {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
}

td.tblTDCenter {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
	text-align:     center;
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
	border-width:   0px;
}

td.tblTDRight {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
	text-align:     right;
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          black;
	border-width:   0px;
}

td.tblTD100 {
	font-family:    var(--TEXT_FAMILY);
	font-size:      var(--FONT_SIZE);
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--PRIMARY_BACKGROUND_COLOR);
	color:          black;
	width:          100%;
	border-width:   0px;
}

td.tl-table__cell--selected {
	font-family:      var(--TEXT_FAMILY);
	font-size:        var(--FONT_SIZE);
    white-space:      nowrap;
	padding:          0px;
	color:            var(--TD_TBLSELECT_COLOR);
	background-color: var(--TABLE_SELECT_BACKGROUND_COLOR);
	border-color:     var(--PRIMARY_BACKGROUND_COLOR);
}

td.tl-table__cell--selected a {
	color: var(--INVERT_TEXT);
}

tr.treeSelected td.tl-table__cell--selected {
	padding:          2px;
}

td.tblTDselectWrap {
	font-family:      var(--TEXT_FAMILY);
	font-size:        var(--FONT_SIZE);
	padding:          2px;
	border-color:     var(--PRIMARY_BACKGROUND_COLOR);
	color:            var(--INVERT_TEXT);
	background-color: var(--PRIMARY_BACKGROUND_COLOR);
	border-width:     0px;
}

td.tblTDselectStrong {
	font-family:      var(--TEXT_FAMILY);
	font-size:        11px;
	font-weight:	  bold;
    white-space:      nowrap;
	padding:          2px;
	border-color:     var(--PRIMARY_BACKGROUND_COLOR);
	color:            var(--INVERT_TEXT);
	background-color: var(--PRIMARY_BACKGROUND_COLOR);
	border-width:     0px;
}

td.tblTDselect100 {
	font-family:      var(--TEXT_FAMILY);
	font-size:        var(--FONT_SIZE);
	font-weight:	  bold;
    white-space:      nowrap;
	padding:          2px;
	border-color:     var(--PRIMARY_BACKGROUND_COLOR);
	color:            var(--INVERT_TEXT);
	background-color: var(--PRIMARY_BACKGROUND_COLOR);
	width:            100%;
	border-width:     0px;
}

/** A Numeric table entry */
td.num {
	font-family:    var(--MONOSPACE_FAMILY);
	text-align:     right;
    white-space:    nowrap;
	padding:        2px;
	border-color:   var(--SECONDARY_BACKGROUND_COLOR);
	color:          var(--COLOR_TEXT);
}


a.tl-table__cell {
	font-family:var(--TEXT_FAMILY);
	font-size:13px;
	color:black;
	text-decoration:var(--ANCHOR_TEXT_DECORATION_TABLE_HEADER_LINK);
}

a.tl-table__cell:visited {
	font-family:var(--TEXT_FAMILY);
	font-size:13px;
	color:black;
}

/** Images inlined in the table */
img.tbl {
	vertical-align:	middle;
	border: 		none;
	padding-left:	2px;
	padding-right:	2px;
}

/* == styles for register tables == */

table.regTable {
	border-collapse: separate;
	border-width: 	 0px;
	border-style:    solid;
	border:    		 none;
	width:		     100%;
}

th.regTitle {
	background-color: var(--FRAME_BACK);
	font-family:      var(--TEXT_FAMILY);
	color:            var(--INVERT_TEXT);
	font-size:        13px;
	font-weight:      normal;
	padding:          2px;
	border-color:     #555555;
	border-style:     solid;
}

tr.regTH {
}

th.regTH {
	font-family:      var(--TEXT_FAMILY);
	font-size:        13px;
	font-weight:      normal;
    white-space:      nowrap;
	padding:          2px;
	border-color:     #555555;
	color:            black;
	background-color: var(--TABLE_HEADER);
}

tr.regTR {
	background-color:#F7F7E7;
}

tr.regTR_even {
	background-color:#F7F7E7;
}

td.regTD {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
    white-space:    nowrap;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	border-style:   outset;
	color:          black;
}

td.regTDStrong {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
	font-weight:	bold;
    white-space:    nowrap;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	color:          black;
}

td.regTDwrap {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	color:          black;
}

td.regTDCenter {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
	text-align:     center;
    white-space:    nowrap;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	color:          black;
}

td.regTDRight {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
	text-align:     right;
    white-space:    nowrap;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	color:          black;
}

td.regTD100 {
	font-family:    var(--TEXT_FAMILY);
	font-size:      10px;
    white-space:    nowrap;
	padding:        0px;
	vertical-align: top;
	border-color:   #555555;
	color:          black;
	width:          100%;
}

tr.regTRselect {
	/* background-color: #ADAEAD; */
	background-color:#F7F7E7;
}

td.regTDselected {
	font-family:      var(--TEXT_FAMILY);
	font-size:        11px;
	font-weight:	  bold;
    white-space:      nowrap;
	padding:          0px;
	vertical-align:   top;
	border-color:     #555555;
	border-style:     outset;
}

td.regTDselectedStrong {
	font-family:      var(--TEXT_FAMILY);
	font-size:        10px;
	font-weight:	  bold;
    white-space:      nowrap;
	padding:          0px;
	vertical-align:   top;
	border-color:     #555555;
	color:            black;
	background-color: #ADAEAD;
}

td.regTDselected100 {
	font-family:      var(--TEXT_FAMILY);
	font-size:        10px;
	font-weight:	  bold;
    white-space:      nowrap;
	padding:          0px;
	vertical-align:   top;
	border-color:     #555555;
	color:            black;
	background-color: #ADAEAD;
	width:          100%;
}

select.tbl {	/* Tables can be written as selects, using this style */
 	width: 80%;
}

div.movingheader{
	text-align: 		 left;
	position:			 absolute;
	font-family:         var(--TEXT_FAMILY);
	font-size:           13px;
	font-weight:         normal;
    white-space:         nowrap;
	padding:             0px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-right-width:  0px;
	border-left-width:   0px;
	border-top-width:    0px;
	color:               black;
	background-color:    var(--TABLE_HEADER);
}

th.insertRight{
	border-right-color:  var(--REPLACECOLOR) !important;
	border-right-width: 2px !important;
	border-right-style: solid !important;
	z-index: 1000 !important;
}

th.insertLeft{
	border-left-color:   var(--REPLACECOLOR) !important;
	border-left-width: 2px !important;
	border-left-style: solid !important;
	z-index: 1000 !important;
}

td.fltButton {
	width:17px;
	text-align: center;
	position: relative;
}

.tl-table__header-cell-content span.activeFilter {
	color: #c70808;
}

th span.tl-table__filter-sort-icons {
	align-self: end;
	font-size: 0.8em;
}

tr.sortState{
	background: var(--FILTER_SORT_DIALOG_SORT_STATE);
}

div.tl-table__filter-sort-container {
	width: 100%;
	height: 100%;
	cursor: pointer;
	min-width: 1.5em;
	display:flex;
	align-items: center;
}

img.fltButton {
	position: absolute;
	right: 0px;
	top: 0px;
}

div.fltGlobalContainer {
	width: 100%;
	height: 100%;
}

div.fltSettings {
	position: relative;
	overflow: auto;
	max-height: calc(100% - var(--TABLE_FILTER_BUTTON_BAR_HEIGHT));
	max-width: 100%;
}

div.fltMenu {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.fltHeader {
	margin: 3px;
	font-weight: bold;
}

ul.fltList {
	list-style-type : none;
	margin: 3px;
	padding: 0px;
}

div.fltList {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.fltSubContent {
	margin: 0px;
	padding-bottom: 5px;
	background-color: var(--TABLE_FILTER_BACKGROUND_COLOR);
	overflow: auto;
}

div.fltCommandContent {
	box-sizing: border-box;
	height: var(--TABLE_FILTER_BUTTON_BAR_HEIGHT);
	text-align: right;
	margin: 0px;
	padding-top: 8px;
	background-color: var(--TABLE_FILTER_BACKGROUND_COLOR);
}

div.fltButtons {
	margin: 0px;
}

div.fltButtons button {
	margin: 3px;
}

.filterBox {
	margin: 2px 2px;
}

.operatorBox, .patternBox, .patternBoxExpanded {
	position: relative;
	overflow: hidden;	
}

.patternBox, .patternBoxExpanded {
	min-width: 70px;
}

.patternBox {
	height: 25px;
}

.patternBoxExpanded {
	height: 50px;
}

.operatorBox {
	vertical-align: top;
	margin-right: 5px;
	float: left;
}

.firstPattern, .secondPattern, .pushDownForeground, .pushDownBackground, .pullUpForeground, .pullUpBackground {
	position: absolute;
	overflow: hidden;
}

.firstPattern, .pullUpForeground, .pullUpBackground {
	top: 0;
	left: 0;
}

.secondPattern, .pushDownForeground, .pushDownBackground {
	top: 25px;
	left: 0;
}

.pushDownForeground, .pushDownBackground, .pullUpForeground, .pullUpBackground {
	animation-duration: 0.3s;
	animation-direction: reverse;
}

.pushDownForeground {
	animation-name: reversePushDownForeground;
}

.pushDownBackground {
	animation-name: reversePushDownBackground;
}

.pullUpForeground {
	animation-name: reversePullUpForeground;
}

.pullUpBackground {
	animation-name: reversePullUpBackground;
}

@keyframes reversePushDownForeground {
    0%   {z-index: 1;}
    50%  {z-index: 3; transform: scale(1.1)}
    100% {z-index: 1; top: 0; left: 0}
}

@keyframes reversePushDownBackground {
    50%  {transform: scale(0.9)}
    100% {top: 0; left: 0}
}

@keyframes reversePullUpForeground {
    0%   {z-index: 1;}
    50%  {z-index: 3; transform: scale(1.1)}
    100% {z-index: 1; top: 25px; left: 0}
}

@keyframes reversePullUpBackground {
    50%  {transform: scale(0.9)}
    100% {top: 25px; left: 0}
}

.filterGroupTitle {
	margin: 2px 2px 5px;
	font-weight: bold;
}

.defaultFilterContainer {
	margin-top: 5px;
}

.defaultFilterContainer .cPopupSelect,
.defaultFilterContainer .cTextSelect,
.defaultFilterContainer .cExpandableTextInput,
.defaultFilterContainer .cTextInput,
.defaultFilterContainer .cDatetime,
.defaultFilterContainer .cDateInput,
.defaultFilterContainer .cIntegerInput,
.defaultFilterContainer .cTimeInput {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.defaultFilterContainer .lFlexible {
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
}

.defaultFilterContainer .lFixedRight {
	display: table-cell;
	padding: 2px 2px 2px 0;
}

.defaultFilterContainer .lFlexible > input {
	width: 100%;
	box-sizing: border-box;
}

.defaultFilterContainer span.cError img {
	position: absolute;
	top: 0;
	right: 0;
}

.checkboxMultiSelectContainer {
	/* No special settings */
}

.sidebarFilterContainer .checkboxMultiSelectContainer {
	max-height: none;
}

.checkboxMultiSelectEntry {
	margin: 0;
	padding: 0;
}

.checkboxMultiSelectNoEntries {
	font-style: italic;
	text-align: center;
	white-space: nowrap;
}

.sidebarFilterContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.sidebarFilterContainer .can-edit {
	white-space: normal;
}

.sidebarFilterEntry {
	position: relative;
	box-sizing: border-box;
	height: 23px;
	width: 100%;
	margin-top: 2px;
	padding-top: 4px;
	white-space: nowrap;
}

.collapsibleFilterEntry {
	cursor: pointer;
}

.resetSidebarFilterButton {
	position: absolute;
	top: 0;
	right: 0;
	cursor: auto;
}

table.tblFrozen {
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    
    border-spacing: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right-style: solid;
    border-right-width: var(--TABLE_COLUMN_BORDER_WIDTH);
    border-bottom: 0px;
    border-color: var(--TABLE_BORDER_COLOR);
    border-collapse: collapse;
}

.tblFrozenControlTag {
	overflow: hidden;
}

div.tblFrozen {
	position: relative;
	height: 100%;
	width: 100%;
}

div.tblFrozenTitle {
	position:relative;
	overflow: hidden;
	height: var(--FROZEN_TABLE_TITLE_HEIGHT);
}

div.tblTreeFrozenTitle {
	position:relative;
	overflow: hidden;
	height: var(--FROZEN_TREE_TABLE_TITLE_HEIGHT);
}

div.tblFrozenTitle > table.tblFrozen,
div.tblTreeFrozenTitle > table.tblFrozen {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

tr.tblFrozen {
}

tr.tblFilterDirectMatch {
}

tr.tblFilterDirectMatch td,
tr.tblFilterDirectMatch td input {
}

tr.tblFilterIndirectMatch {
}

tr.tblFilterIndirectMatch td {
	color: #888;
}

tr.tblFilterIndirectMatch td,
tr.tblFilterIndirectMatch td input, 
tr.tblFilterIndirectMatch td select,
tr.tblFilterIndirectMatch td label {
	font-style: italic;
}

tr.tblFilterIndirectMatch td img,
tr.tblFilterIndirectMatch td select,
tr.tblFilterIndirectMatch td input {
	opacity: 0.6;
	
	/* IE8 */
	filter: alpha(opacity=60);
}

tr.tblFilterNotValidated {
}

tr.tblFilterNotValidated td,
tr.tblFilterNotValidated td input,
tr.tblFilterNotValidated td select,
tr.tblFilterNotValidated td label {
	font-style: italic;
}

tr.tblFrozen.title {
	height: var(--FROZEN_TABLE_TITLE_HEIGHT);
}

/* the header row in the grid may have another height */
tr.tblFrozen.header {
	height: var(--FROZEN_TABLE_HEADER_ROW_HEIGHT);
}

div.tblColumnBorderLine {
	position: absolute;
	width: 4px;
	background-color: #808080; /*grey*/
	cursor: e-resize;
}

div.tblColumnAdjustmentPane {
	position: absolute;
	cursor: e-resize;
	width: 100%;
	height: 100%;
	background-color: white;
	
	/*IE6 und IE7 */
	filter: alpha(opacity=0);

	/*other (css)*/
	opacity: 0;
}

div.tblColumnAdjustmentGrabber {
	position: absolute;
	cursor: e-resize;
	width: 4px;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: white;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	
	/*IE6 und IE7 */
	filter: alpha(opacity=0);

	/*other (css)*/
	opacity: 0;
}

div.tblCellAdjustment {
	top: 0px;
	left: 0px;
	width:100%;
	padding: 0px;
	margin: 0px;
	border-width:0px;
	overflow: hidden;
	white-space: nowrap;
}

div.tblCellInnerSpacer {
	margin: 2px;
	overflow: visible;
	position: relative;
}

.tblFrozen div.tblCellInnerSpacer {
	white-space: nowrap;
}

div.tblCellAdjustment {
	position: relative;
}

/*********************************************************************/

div.tblFrozen th.treeTableTh, div.tblFrozen td.treeTableTd, div.tblFrozen td.treeTableTdFirst {
	padding: 0px;
	border-style: solid;
	border-top-width: var(--TABLE_COLUMN_BORDER_WIDTH);
	border-left-width: var(--TABLE_COLUMN_BORDER_WIDTH);
	border-right-width: 0;
	border-bottom-width: 0;
}

div.tblSeperator, div.tblSeperatorLine {
	background-color: var(--TABLE_BORDER_COLOR);
	cursor: e-resize;
}

div.tblSeperatorLine {
	position: absolute;
	
	/*IE6 und IE7 */
	filter: alpha(opacity=60);

	/*other (css)*/
	opacity: 60;
}

/* ============================================================== */
/* ====== Flexible layout of input elements in fixed tables ===== */
/* ============================================================== */

table td span.cError {
	position: absolute;
	top: 0px;
	right: 2px;	
}

table td span.cError i {
	font-size: var(--FONT_SIZE_SMALL);
	line-height: var(--FONT_SIZE_SMALL); 	
}

/* Place error images at regular position in title of
 frozen tables (e.g. needed for gallery edit dialog). */
.tl-table__title span.cError img,
.tl-table__title span.cError i {
	position: static;
}

table td span.cDecoratedCell,
table td span.cPopupSelect,
table td span.cTextSelect,
table td span.cDropdownSelect,
table td span.cDateInput,
table td span.cIntegerInput,
table td span.cDatetime,
table td span.cTimeInput,
table td span.cTextPopup,
table td span.cExpandableTextInput,
table td span.cTextInput,
table td .cDataItem,
table td span.downloadControl {
	display: table;
	width: 100%;
	height: 100%;
}

table td span.cTextPopup span.content,
table td .cDataItem span.lFlexible span.content,
table td span.downloadControl span.content {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

table td span.cTextPopup.descriptionSizeConstraint span.content{
	position: relative;
}

.cTextPopup.descriptionSizeConstraint .cImageButton{
	vertical-align: middle;
}

.descriptionSizeMax {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.descriptionSizeConstraint {
	overflow: hidden;
	text-overflow: ellipsis;
}

.cTextPopupEditor .cTextInput.cannot-edit:not(.disabled) {
	display: inline-block;
	width: 497px;
	height: 280px;
	overflow: auto;
}

.cTextPopupEditor .cTextInput.cannot-edit:not(.disabled) {
    padding: 2px 8px 4px 8px;
    box-sizing: border-box;
}

.cTextPopupEditor .cTextInput .is-input {
    width: 100%;
    box-sizing: border-box;    
}

span.cTextPopupView span.content p,
span.cTextPopupView span.content ul,
span.cTextPopupView span.content li,
span.cTextPopup span.content p,
span.cTextPopup span.content ul,
span.cTextPopup span.content li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

table td span.cTextPopupView span.content p,
table td span.cTextPopupView span.content ul,
table td span.cTextPopupView span.content li,
table td span.cTextPopup span.content p,
table td span.cTextPopup span.content ul,
table td span.cTextPopup span.content li,
table td a.cDownload {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.tl-table td span.lFlexible,
table.tl-table td span.lFlexibleCustom {
	display: table-cell;
	position:relative;
	width: 100%;
}

table td span.lFlexible > select {
	width: 100%;
}

/* Use default width for select fields in title of
 frozen tables (e.g. needed for gallery edit dialog). */
.tl-table__title span.lFlexible select {
	width: auto;
}

table td span.lFlexible > input {
	/* Display editable values adjusted to the right in columns that are right aligned. */
	text-align: inherit;
}

table td span.lFlexible > input:not([type="image"]) {
	width: 100%;
}

/* Use default width for input fields in title of
 frozen tables (e.g. needed for gallery edit dialog). */
.tl-table__title span.lFlexible input {
	width: auto;
}

table td span.lFixedLeft,
table td span.lFixedRight {
	display: table-cell;
}

table td span.cDatetime span.timePart {
	min-width: 5em;
}

.timePart span.cDatetimeTime:not(:empty):before {
	content: " - ";
}

/* Use default display for span in title of
 frozen tables (e.g. needed for gallery edit dialog). */
.tl-table__title span.lFixedLeft,
.tl-table__title span.lFixedRight {
	display: inherit;
}

/* =============================================== */
/* ====== FormPageTag styles (prefix is 'fpt') ===== */
/* =============================================== */

div.fptPage {
 	position: absolute;
 	top: 0px;
	left: 0px; 
	bottom: 0px; 
	right: 0px;
}

div.fptHeader {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px;
	height: var(--FPT_HEADER_PX);
}

div.fptHeader input.is-input, 
div.fptHeader select.is-input {
	border-width:0px;
}

div.fptHeader input.is-input {
	/* Leave some space for the error icon. */
	position: relative;
	width: 90%;
}

div.fptHeader .error input.is-input, 
div.fptHeader .error select.is-input,
div.fptHeader .error-annotation input.is-input, 
div.fptHeader .error-annotation select.is-input {
	border-width:2px;
}

div.fptTitle {
	position: absolute;
	left: 0px;
	right: 0px;
	height: var(--FPT_TITLE_PX);
	background-image: var(--FPT_HEADER_GRADIENT);
	background-repeat: repeat-x;
	background-color: var(--FTP_BACKGROUND_COLOR);
}

div.fptTitleContent,
div.fptTitle input.is-input, 
div.fptTitle select.is-input {
	font-size: var(--FPT_TITLE_FONT_SIZE);
	font-weight: bold;
}

div.fptTitleContent {
	padding-left: var(--FPT_HEADER_PADDING); 
	padding-top: var(--FPT_TITLE_CONTENT_PADDING);
	padding-bottom: var(--FPT_TITLE_CONTENT_PADDING);
}

div.fptTitleContent,
div.fptSubtitleContent {
	position: absolute; 
	overflow: hidden;
	left: 0px; 
	right: var(--FPT_ICON_BAR_PX); 
	top: 0px;
	bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--FTP_TEXT_COLOR);
}

div.fptSubtitle {
	position: absolute; 
	top: var(--FPT_TITLE_PX); 
	left: 0px;
	right: 0px;
	height: var(--FPT_SUBTITLE_PX);
	overflow: hidden;
	background-color: var(--FPT_SUBTITLE_COLOR);
}

div.fptSubtitleContent {
	padding-left: var(--FPT_HEADER_PADDING); 
	padding-top: var(--FPT_SUBTITLE_CONTENT_PADDING);
	padding-bottom: var(--FPT_SUBTITLE_CONTENT_PADDING);
	font-size: var(--FPT_SUBTITLE_FONT_SIZE);
}

div.fptBody {
 	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: var(--FPT_HEADER_PX);
	bottom: 0px; 
}

div.fptBodyContent {
 	position: absolute; 
	overflow: auto;
	
	left: 0px; 
	right: 0px; 
	top: 0px;
	bottom: 0px;
	 
	padding-top: var(--FPT_HEADER_PADDING);
	padding-left: var(--FPT_HEADER_PADDING);
	padding-right: var(--FPT_HEADER_PADDING);
	padding-bottom: var(--FPT_HEADER_PADDING);
}

div.fptIconBar {
	position: absolute;
	top: 0px;
	
	/* Approximately the scroll bar width */
	right: 17px;

	bottom: 0px;
	
	font-size: var(--FPT_ICON_PX);
}

.fptIcon,
.fptIconWithOverlay,
.fptIconOverlay {
	position: absolute; 
	height: var(--FPT_ICON_PX);
}

.fptIcon {
	top: 10px;
	right: 10px; 
}

.fptIconWithOverlay {
	top: 15px;
	right: 30px;
}

.fptIconOverlay {
	position: absolute; 
	top: 5px;
	right: 5px; 
	height: var(--FPT_ICON_OVERLAY_PX);
}

/* =============================================== */
/* ====== Control styles (prefix is 'c')     ===== */
/* =============================================== */

/* AbstractButtonControl */
span.cButton {
	/* Make the span get the height of the contained image to allow placing popups below the image without overlap. */
	display: inline-block;
}

.cButton input.appended {
	margin-left: 3px;
}

/* DefaultButtonRenderer */
.cDefaultButton {
}

/* ImageButtonRenderer */
.cImageButton {
	vertical-align: bottom;
}

.cImageButton a.input-image {
	display: inline-block;
	width: var(--ICON_SIZE_NORMAL);
	height: var(--ICON_SIZE_NORMAL);
	font-size: 18px;
	line-height:18px;
}

a.input-image:active,
a.input-image:link,
a.input-image:visited,
a.input-image:hover,
a.input-image {
	color: inherit;	
}

.cImageButton a.input-image i {
	padding: 2px;
}

/* MenuButtonRenderer */
.cMenuButton {
	line-height: 2em;
	display: table-row;
}

.cMenuButton i {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 20px;
}

.cMenuButton i,
.cMenuButton i span:after {
	color: graytext;
}

.cMenuButton:hover i,
.cMenuButton:hover i span:after {
	color: black;
}

/* BeaconControl */
.cBeacon {
}

/* BlockTextInputControl */
.cBlockTextInput {
}

/* BooleanChoiceControl */
.cBooleanChoice {
}

.cBooleanChoice input[type="radio"] {
	margin: 0px 3px 0px 5px;
} 

/* CalendarControl */
.cCalendar {
}

.cCalendar .input-image {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 20px;
}

.cCalendar .input-image i {
	color: white;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

/* CheckboxControl */
.cCheckbox {
}

/* ChoiceControl */
.cChoice {
}

.cChoice input,
.cChoice label {
	/* Align input and label. */
	vertical-align: middle;
	margin: 0;
}

.cChoice label {
	/* Correctly align when wrapping short labels. */
	/* This is required for horizontal displays and is also useful for vertical displays if the label is very short. In this case, the clickable area is enlarged. */
	min-width: 10ex;
	
	/* Some distance between radio button and label. */
	padding-right: 5px;
	padding-left: 5px;
}

.cChoice-horizontal > .cChoice-option {
	/* Wrap options for horizontal choices. Use inline-block instead of inline to prevent wrapping between radio and label. */
	display: inline-block;
	padding-right: 5px;
}

div.menuTitle {
	background: var(--TITLEBAR_BACKGROUND_COLLAPSED);
	display: flex;
	color: var(--TITLEBAR_TEXT_COLLAPSED);
}

div.menuTitleContents {
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
	width: 0px;
}

div.cCollapsibleHeader {
	color: var(--TITLEBAR_COLOR);
	vertical-align: middle;
	padding: var(--COLLAPSIBLE_HEADER_PADDING);
	
	/* For legacy browsers. */
	background: var(--TITLEBAR_BACKGROUND_COLLAPSED);
	overflow: hidden;
	box-sizing: border-box;
}

div.cCollapsibleCollapsed div.cCollapsibleHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

div.cCollapsibleHorizontal div.cCollapsibleHeader {
	background: var(--TITLEBAR_BACKGROUND_COLLAPSED);
}

.cCollapsibleTitle {
	white-space: nowrap;
	padding-left: 4px;
	line-height: var(--COLLAPSIBLE_IMAGE_HEIGHT);
	overflow: hidden;
	text-overflow: ellipsis;
}

div.cCollapsibleToolbar {
	white-space: nowrap;
	padding-left: 3px;
	background: inherit;
	float: right;
}

span.tbGroup,
span.cCollapsibleButtons {
	margin-left: 4px;
	margin-right: 2px;
}

span.tbGroup span.cButton {
	margin-left: 2px;
}

div.cCollapsibleHorizontal .cCollapsibleTitle {
	/* Note: Non-IE browsers accept transfrom only on block-level elements. */
	display: block;
	transform: rotate(90deg);
	transform-origin: 0 100%;
	overflow: visible;
}

span.cCollapsibleButtons span.cButton {
	margin-left: 2px;
}

div.cCollapsibleHorizontal span.cCollapsibleButtons span.cButton {
	margin-left: 0px;
}

div.cCollapsibleHorizontal div.cCollapsibleToolbar {
	padding-right: 0px;
	padding-left: 1px;
}

div.cCollapsibleHorizontal span.cCollapsibleButtons {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/* ColorChooserControl */
.cColorChooser {
}

/* DateInputControl */
.cDateInput {
	white-space: nowrap;
}

/* DateTimeField */
.cDatetime {
	white-space: nowrap;
}

/* TimeInputControl */
.cTimeInput {
	white-space: nowrap;
}

/* In tables the time field must not have size 100%*/
table td .cDatetime .cDatetimeTime span.lFlexible > input {
	width: 48px;
}

/* DisplayImageControl */
.cImageDisplay {
}

/* EditableListControl */
.cEditableList {
}

/* ErrorControl */
.cError {
}

/* ExpandableTextInputControl */
.cExpandableTextInput {
}

/* IconSelectControl */
.cIconSelect {
}

/* InfoControl */
.cInfo {
}

.cInfo i {
	font-size: 32px;
}

/* IntegerInputControl */
.cIntegerInput {
	white-space: nowrap;
}

.cIntegerInput input.is-input {
	text-align: right;
	width: 5ex;
}

/* LabelControl */
.cLabel {
}

/* LinkButtonRenderer */
.cLinkButton {
}

/* SelectControl */
.cDropdownSelect {
}

/* SelectionControl */
.cPopupSelect {
}

/* SelectTextControl */
.cTextSelect {
}

.cTextSelect .option {
	display: inline-block;
}

/* SelectOptionControl */
.cSelectOption {
}

/* TextInputControl */
.cTextInput {
}

/* ProgressControl.java */
.cProgress {
}

.progessLog {
	padding-left: 2em;	
}

.logMessage:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  text-align: center;
  margin-left: -2em;
  width: 2em;
  color: green;
}

.logMessage.WARN:before {
  content: "\f12a"; /* FontAwesome Unicode */
  color: orange;
}

.logMessage.ERROR:before,
.logMessage.FATAL:before {
  content: "\f05e"; /* FontAwesome Unicode */
  color: red;
}

progress {
	width: 100%;
}

/* TextFileView */
.cTextFileView {
}

/* =============================================== */
/* ====== Formaular styles (prefix is 'frm') ===== */
/* =============================================== */

div.frmNoModel {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.frmNoModel table {
	width: 100%;
	height: 100%;
}

div.frmNoModel td {
	vertical-align: middle;
    text-align: center;
    font-style: italic;
}

table.frm {
	border-collapse: separate;
	border-spacing: 0px;
	width:    100%;
}

body.IE7 table.frm {
	/* Required for group boxes not being separated by unexplainable spaces. */
	border-collapse: collapse;
}

table.frmBase {
	border-collapse: collapse;
	width:    100%;
	height:   100%
}

td.frmBase {
	background-color: #E0E0E0;
}

div.frmBase {
	position: absolute;
	z-index:  999;
	width:    99.7%;
	height:   99.7%;
}

div.frmSplash {
	position:   absolute;
	visibility: hidden;
	z-index:    1000;
	top:        0px;
	left:       0px;
	height:     99.7%;
	width:      99.7%;
}

div.uploadSplash {
    position: absolute;
	height: 40px;
	width: 150px;
	background-color: var(--TOOLTIP_BACKGROUND_COLOR);
	border: var(--TOOLTIP_BORDER);
 }
 
/* mandatory fields */
*.frmMust {
	background-color: var(--MANDATORY_FIELD_BG);
	/* border-bottom-color: #FF0000 */
}

td.frmVr {
	margin: 0px;
	padding: 0px;
	width: var(--VR_BACKGROUND_WIDTH);
	background-image:var(--VR_GROUP_BACKGROUND);
	background-repeat:repeat-y;
}

div.fltContainer td.frmVr {
	background-image:var(--VR_FILTER_BACKGROUND);
}

td.frmHr, hr.frmHr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	height: var(--HR_BACKGROUND_HEIGHT);
	background-image:var(--HR_GROUP_BACKGROUND);
	background-repeat:repeat-x;
}

div.fltContainer td.frmHr, div.fltContainer hr.frmHr {
	background-image:var(--HR_FILTER_BACKGROUND);
}

td.frmGroupTitleLeft, td.frmGroupTitleLeftNoBorder {
	margin-top: 10px;
	margin-bottom: 5px;

	padding-left: 9px;
	background-repeat: no-repeat;
	background-position: top left;
}

td.frmGroupTitleLeft {
	background: var(--GROUP_TOP_LEFT_BACKGROUND);
	border-radius: var(--GROUP_TOP_LEFT_BORDERRADIUS);
}

td.frmGroupTitleLeftCollapsed {
	background-image: var(--GROUP_COLLAPSED_LEFT_IMAGE);
	background: var(--GROUP_COLLAPSED_LEFT_BACKGROUND);
	border-radius: var(--GROUP_COLLAPSED_LEFT_BORDERRADIUS);
}

div.fltContainer td.frmGroupTitleLeft {
	background-image:var(--FILTER_GROUP_TOP_LEFT);
}

div.fltContainer td.frmGroupTitleLeftCollapsed {
	background-image:var(--FILTER_GROUP_COLLAPSED_LEFT);
}

td.frmGroupTitleLeftNoBorder {
	background-image:var(--HR_TITLE_LEFT);
}

div.fltContainer td.frmGroupTitleLeftNoBorder {
	background-image:var(--FILTER_GROUP_TOP_CENTER);
	background-repeat: repeat-x;
}

td.frmGroupTitleContent {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	
	vertical-align: top;
	padding-left: 0px;
	padding-right: 3px;

	white-space: nowrap;

	background-image:var(--GROUP_TOP_CENTER_IMAGE);
	background-repeat:repeat-x;
	background-position: top center;
	
	background: var(--GROUP_TOP_CENTER_BACKGROUND);
}

td.frmGroupTitleContentCollapsed {
	background: var(--GROUP_COLLAPSED_CENTER_BACKGROUND);
}

td.frmGroupTitleContent, td.fhrMiddle {
	padding-top: 6px;
	padding-bottom: 9px;
	
	font-weight: bold;
	color: var(--GROUP_LABEL_COLOR);
}

td.frmGroupTitleContent label, td.fhrMiddle label {
	font-weight: bold;
	color: var(--GROUP_LABEL_COLOR);
}

div.fltContainer td.frmGroupTitleContent {
	background-image:var(--FILTER_GROUP_TOP_CENTER);
}

div.fltContainer td.frmGroupTitleContentCollapsed {
	background-image:var(--FILTER_GROUP_COLLAPSED_CENTER);
}

span.frmGroupExpand {
	padding-left: 3px;
}

span.frmGroupTitleText {
	padding-left: 3px;
	padding-right: 5px;
}

div.fltContainer span.frmGroupTitleText, div.fltContainer span.frmGroupExpand {
	background-color: var(--FILTER_BACKGROUND_COLOR);
}

td.frmGroupTitleRight, td.frmGroupTitleRightNoBorder {
	margin-top: 10px;
	margin-bottom: 5px;

	padding-right: 9px;	
	background-repeat: no-repeat;
	background-position: top right;
}

td.frmGroupTitleRight {
	background: var(--GROUP_TOP_RIGHT_BACKGROUND);
	border-radius: var(--GROUP_TOP_RIGHT_BORDERRADIUS);
	background-repeat: no-repeat;
	background-position: top right;
}

td.frmGroupTitleRightCollapsed {
	background: var(--GROUP_COLLAPSED_RIGHT_BACKGROUND);
	border-radius: var(--GROUP_COLLAPSED_RIGHT_BORDERRADIUS);
}

div.fltContainer td.frmGroupTitleRight {
	background-image:var(--FILTER_GROUP_TOP_RIGHT);
}

div.fltContainer td.frmGroupTitleRightCollapsed {
	background-image:var(--FILTER_GROUP_COLLAPSED_RIGHT);
}

td.frmGroupTitleRightNoBorder {
	background-image:var(--HR_TITLE_RIGHT);
}
	
div.fltContainer td.frmGroupTitleRightNoBorder {
	background-image:var(--FILTER_GROUP_TOP_CENTER);
	background-repeat: repeat-x;
}
	
td.frmGroupContentLeft {
	padding-left: 3px;	
	background-image:var(--GROUP_MIDDLE_LEFT);
	background-repeat: repeat-y;
	background-position: top left;
}

div.fltContainer td.frmGroupContentLeft {
	background-image:var(--FILTER_GROUP_MIDDLE_LEFT);
}

td.frmGroupContentRight {
	padding-right: 3px;	
	background-image:var(--GROUP_MIDDLE_RIGHT);
	background-repeat: repeat-y;
	background-position: top right;
}

div.fltContainer td.frmGroupContentRight {
	background-image:var(--FILTER_GROUP_MIDDLE_RIGHT);
}

td.frmGroupBottomLeft, td.frmGroupBottomCenter, td.frmGroupBottomRight {
	padding-bottom: 10px;
	height: 10px;	
}

td.frmGroupBottomLeft {
	background-image:var(--GROUP_BOTTOM_LEFT);
	background-repeat: no-repeat;
	background-position: top left;
}

div.fltContainer td.frmGroupBottomLeft {
	background-image:var(--FILTER_GROUP_BOTTOM_LEFT);
}

td.frmGroupBottomCenter {
	background-image:var(--GROUP_BOTTOM_CENTER);
	background-repeat: repeat-x;
	background-position: top left;
}

div.fltContainer td.frmGroupBottomCenter {
	background-image:var(--FILTER_GROUP_BOTTOM_CENTER);
}

td.frmGroupBottomRight {
	background-image:var(--GROUP_BOTTOM_RIGHT);
	background-repeat: no-repeat;
	background-position: top right;
}

div.fltContainer td.frmGroupBottomRight {
	background-image:var(--FILTER_GROUP_BOTTOM_RIGHT);
}

td.boxHSpace {
	padding-right: 0px;
	padding-left: var(--BOX_HSPACE_SIZE);
}

td.boxVSpace {
	height: var(--BOX_VSPACE_SIZE);
}

/* HRTag (fhr) */

div.fhrContainer {
	margin-top: 10px;
	margin-bottom: 5px;
	height: 24px;
}

table.fhrTable {
	border-collapse: collapse;
	margin-left: -5px;
	margin-right: -5px;
}

td.fhrLeft {
	height: 34px;	
	background: var(--HR_TITLE_LEFT_BACKGROUND);
	background-repeat: no-repeat;
}

td.fhrMiddle {
	vertical-align: top;
	padding-left: 0px;
	padding-right: 3px;
	height: 24px;
	width: 100%;
	background: var(--HR_TITLE_CENTER_BACKGROUND);
	background-repeat:repeat-x;
}

td.fhrRight {
	height: 34px;
	padding-right: 4px;
	width: 4px;
	
	background: var(--HR_TITLE_RIGHT_BACKGROUND);
	background-position: top right;
	background-repeat: no-repeat;
}

div.frmBody {
	margin: var(--FORM_BODY_MARGIN)
}

/* ========================== */
/* ====== Legacy Search ===== */
/* ========================== */

/* Note: These styles must be placed before the .mandatory styles for form fields to give precedence to the mandatory styles. */

.searchIrrelevant input,
.searchIrrelevant textarea,
.searchIrrelevant select {
	background-color: var(--S_FIELD_UNRELEVANT);
	color: var(--S_TXT_UNRELEVANT);
}

.searchPositive input,
.searchPositive textarea,
.searchPositive select {
	background-color: var(--S_FIELD_RELEVANT);
	color: var(--S_TXT_RELEVANT);
}

.searchNegative input,
.searchNegative textarea,
.searchNegative select {
	background-color: var(--S_FIELD_NEGATED);
	color: var(--S_TXT_RELEVANT);
}

.mandatory input, .mandatory select, .mandatory textarea  {
    background-color: var(--MANDATORY_FIELD_BG);
}

.mandatory input[type="radio"]  {
    outline: var(--MANDATORY_FIELD_BG) solid medium;
}

.IE .mandatory input[type="radio"]  {
    outline: none;
}

.mandatory.can-edit label:after {
    content: " (*)";
    font-weight: bold;
}

label.disabled {
	color: var(--DISABLED_LABEL_COLOR);
}

span.is-accesskey {
	text-decoration: underline;
}

/* smartInputField */
div.sifFloater {
    z-index: 20;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px;
    border-color: var(--FRAME_BACK);
    border-style: solid;
    background-color: var(--BODY_BACK);
}

div.sifSearchElement,
div.sifSearchElementUnselectable {
    vertical-align: middle;
    white-space: pre;
	color: var(--PRIMARY_TEXT_COLOR);
	text-decoration:none;
    z-index: 21;
    padding-left: 3px;
    padding-right: 3px;
}

div.sifSearchElement {
    cursor: pointer;
}

div.sifSearchElementUnselectable {
    cursor: default;
}

div.sifSearchElementSelected {
    vertical-align: middle;
    white-space: pre;
    color: var(--SECONDARY_TEXT_COLOR);
	text-decoration:none;
    background-color: var(--SECONDARY_BACKGROUND_COLOR);
    z-index: 21;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

/* ============================================ */
/* ====== Button styles (prefix is 'cmd') ===== */
/* ============================================ */
/* Styles for Buttons, especially BoundButtonInfo */

.cmdBody {
	background:         var(--BUTTONBAR_BACKGROUND);
}

.cmdButtons {
    text-align:         right;
    padding:            var(--BUTTONBAR_PADDING) 12px;
}

div.cmdProgress {
	position:         absolute;
	left:             0px;
	top:              0px;
	width:            100%;
	height:           100%;
	background:       var(--BUTTONBAR_BACKGROUND);
	display:          none;
}

div.cmdProgress img {
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.fullProgressVisible {
	position:         absolute;
	text-align:       center;
	vertical-align:   middle;
	left:             3px;
	top:              3px;
	right:            3px;
	bottom:           3px;
	background-color: var(--SECONDARY_BACKGROUND_COLOR);
	visibility:       visible;
	display:          block;
}

div.sizeContainer, div.imageContainer {
	position:         absolute;
	text-align:       center;
	left:             2px;
	top:              2px;
	right:            2px;
	bottom:           2px;
}

div.sizeContainer {
	visibility: hidden;
}

.waitingSliderStructure {
	width: 100%;
	height: 100%;
}

img.fullProgress {
	vertical-align:middle;
	text-align:center;
}

div.progress {
}

div.progressBox {
	height:			15px;
	margin-left:	10px;
	margin-right:	10px;
	border:			1px solid #770000;
	padding:		3px;
	vertical-align:	middle;
}

div.progressLeft {
	position:			absolute;
	left:				17px;
	background-color:	#2222EE;
}

div.progressRight {
	position:			absolute;
	right:				21px;
	background-color:	#EEEEEE;
}

table.cmdTable {
}

tr.cmdTR {
	height: var(--BUTTON_HEIGHT);
}

td.cmdButtonCell {
	height: var(--BUTTON_HEIGHT);

	padding-left:   4px;
	padding-right:	4px;
}

td.cmdButton,
a.cmdButton, 
a.cmdButtonDisabled, 
a.cmdButtonDisabled:link, 
a.cmdButtonDisabled:visited, 
a.cmdButtonDisabled:active,
.cFormEditorToolbox [data-tool=true] > .attribute,
.cDataItem .cmdButton,
.cDataItem .cmdButtonDisabled
{
    font-family:      var(--TEXT_FAMILY);
    font-size:        var(--BUTTON_FONTSIZE);
    font-weight:      var(--BUTTON_FONTWEIGHT);
    text-decoration:  var(--BUTTON_TEXT_DECORATION);
    border:           var(--BUTTON_BORDER);
	background:		  var(--BUTTON_BACKGROUND);	
	color:            var(--BUTTON_COLOR);
    text-align:       var(--BUTTON_TEXTALIGN);
    padding:          var(--BUTTON_PADDING);
    margin-left:      2px;
    margin-right:	  3px;
    white-space:      nowrap;
    min-width:        var(--BUTTON_WIDTH);
}

.cmdLink,
.cmdLinkDisabled {	
    margin-left:      2px;
    margin-right:	  3px;
    white-space:      nowrap;
	padding: 0px;
}

td.cmdButton,
a.cmdButton
{
	cursor:           pointer;
}

a.cmdButton:hover,
.cDataItem .cmdButton:hover,
div.cFormEditorToolbox [data-tool=true] > .attribute:hover
{
    border:           var(--BUTTON_BORDER);
	background: 	  var(--BUTTON_BACKGROUND_HOVER);
}

a.cmdButtonDisabled,
a.cmdButtonDisabled:hover,
.cDataItem label.cmdButtonDisabled,
.cDataItem label.cmdButtonDisabled:hover {
	cursor:           default;
	border:           var(--BUTTON_DISABLED_BORDER);
    background:       var(--BUTTON_DISABLED_BACKGROUND);
	color:            var(--BUTTON_DISABLED_COLOR);
}

span.containerButton a.cmdButton:hover span.cmdLabel, 
div.fltButtons       a.cmdButton:hover span.cmdLabel,
.cDataItem .cmdButton:hover span.cmdLabel,
.cFormEditorToolbox [data-tool=true] > .attribute:hover
{
	color: var(--BUTTON_COLOR_HOVER);
	background: var(--BUTTON_LABEL_BACKGROUND_HOVER);
}

img.cmdImg, img.type-image {
	border-style: none;
}

.cmdImg {
	margin-left: 2px;
}

a.cmdButton span.cmdImg,
a.cmdButton:hover span.cmdImg,
a.cmdButtonDisabled span.cmdImg,
.cmdButton span.cmdImg,
.cmdButtonDisabled span.cmdImg,
.cmdButton:hover span.cmdImg,
.cmdButton.disabled span.cmdImg {
	vertical-align: middle;
	font-size: var(--BUTTON_IMGSIZE);
}

a.cmdButton img.cmdImg,
a.cmdButton:hover img.cmdImg,
a.cmdButtonDisabled img.cmdImg {
	width: var(--BUTTON_IMGSIZE);
}

.cmdLabel {
	vertical-align: middle;
	margin-left: 4px;
}

/* Fieldsets (fsd) */

legend {
	font-weight:   bold;
	color:         var(--COLOR_LEGEND);
}

fieldset {
	font-size:     9pt;
	padding-top:   2em;
	padding:       1em;
	border-color:  var(--FIELDSET_BORDER_COLOR);
	border-style:  solid;
	border-width:  1px;
}

table.fsdLayout {
	width:100%;
}

/* Styles for HelpComponent */

th.help_title     { font-family:var(--TEXT_FAMILY);
                   font-size:13px;
                   font-weight:normal;
                   color:white;
                   background-color:#35679A;
		 		   padding:2px;
                   border-color:#555555;
			 	 }
td.help_header    { font-size:11px;
                   color: black;
				   vertical-align:top;
                 }

tr.help_header    { background-color:#35679A;
					color:white;
                 }
tr.help_height0	  { height:0px; }
td.help_width100  { width:100%; }
td.help_height2   { height:2px; }
tr.help_height100 { height:100%; }
td.help_empty1    {
				  height:1px;
				  background-color:gray;
				  }

/* ============================================== */
/* ====== Calendar styles (prefix is 'cal') ===== */
/* ============================================== */
img.calTriangle 			{
								position:relative;
								right:11px;
								bottom:7px;
								cursor:pointer; /* Note: the value 'hand' is unspecified. */
							}

img.calTriangleM 			{
								position:relative;
								right:10px;
								bottom:5px;
								cursor:pointer; /* Note: the value 'hand' is unspecified. */
							}

img.calCalendar 			{
								vertical-align: text-bottom;
								margin-bottom:  1px;
								cursor:         pointer; /* Note: the value 'hand' is unspecified. */
							}

/* ============================================== */
/* ====== Calendar window styles  (cal_)    ===== */
/* ============================================== */

div.cal_content {
	position: absolute;
	top: 21px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

table.cal_table {
	border-collapse:  collapse;
	border-style:	  solid;
	border-width: 	  0px;
	border-color:	  #555555;
	width:            100%;
	background-color: #FFF;
}

table.cal_table tr {
	height: 20px;
}

table.cal_fixed {
	height: 100%;
}

div.cal_root {
	/* Viewport for animations. */
	overflow: hidden;	
}

div.cal_root, div.cal_view {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right:  0px;
}

div.cal_view {
	background-color: #FFF;
}

div.cal_titlebar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 100%;
	margin: 0px;	
	background-color: var(--FRAME_BACK);
	font-family:      var(--TEXT_FAMILY);
	color:            var(--INVERT_TEXT);
	padding:          0px;
}

div.cal_header {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	/* Safari, Opera */
	-webkit-transform: translateX(-50%);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.IE7 div.cal_header {
	font-size: 12px;
}

.IE8 div.cal_header {
	font-size: 12px;
	position: static;
	display: inline-block;
}

.IE9 div.cal_header {
	-ms-transform: translateX(-50%);
}

div.cal_header img {
	vertical-align: top;
}

div.cal_header a {
	color: white;
}

div.cal_leftNav {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 44px;

	text-align: left;
	white-space: nowrap;
}

.IE8 div.cal_leftNav {
	position: static;
	display: inline-block;
	float: left;
}

p.wikiText {
    margin-top: 0px;
    line-height: normal;
}

.tlscript p.wikiText, .tlscript textarea {
	font-family: monospace;
}

.tlscript p.wikiText {
	white-space: pre;
}

div.cal_rightNav {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 44px;
	
	text-align: right;
	white-space: nowrap;
}

.IE8 div.cal_rightNav {
	position: static;
	display: inline-block;
	float: right;
}

img.cal_prev, img.cal_next {
	cursor: pointer;
}

tr.cal_tr {
	background-color:#F7F7E7;
}
th.cal_title {
	background-color: var(--FRAME_BACK);
	font-family:      var(--TEXT_FAMILY);
	color:            var(--INVERT_TEXT);
	padding:          2px;
	text-align:		  center;
}

td.cal_cell:hover {
	background-color: var(--CALENDAR_HOVER_BACKGROUND_COLOR);
}

td.cal_cell {
	background-color: var(--CALENDAR_BACKGROUND_COLOR);
	color: var(--CALENDAR_TEXT_COLOR);
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

td.cal_cell a {
	/* Without display block, tab navigation through `cal_range` tables does not work. */
	display: block;
	color: inherit;
}

th.cal_th {
	white-space: nowrap;
	width: 13%;
}

th.cal_wn {
	white-space: nowrap;
	width: 10%;
}

/* Modifier for cal_cell */
td.cal_wn, td.cal_wn:hover {
	background-color: var(--CALENDAR_WEEKNO_COLOR);
	color: var(--CALENDAR_BACKGROUND_COLOR);
	cursor: auto;
}

/* Modifier for cal_cell */
td.cal_wd {
	font-weight: bold;
}

/* Modifier for cal_cell */
td.cal_we {
	font-weight: normal;
}

/* Modifier for cal_cell */
td.cal_om {
	font-weight: normal;
	color: var(--CALENDAR_OTHER_MONTH_COLOR);
}

/* Modifier for cal_cell */
td.cal_now {
	border-color: var(--SELECTION_COLOR);
	border-style: solid;
	border-width: 1px;
	color: var(--PRIMARY_TEXT_COLOR);
}

/* Modifier for cal_cell */
td.cal_sel {
	background-color: var(--CALENDAR_SELECTED_BACKGROUND_COLOR);
	color: var(--CALENDAR_SELECTED_TEXT_COLOR);
}

span.cal_range {
	display: table;
	margin: auto;
}

span.cal_rangePart {
	display: table-row;
	text-align: left;
}

div.cal_animation {
	display: none;
}

div.cal_nextAnimation, div.cal_previousAnimation {
    -webkit-animation: cal_slideAnimationFrames 0.3s; /* Chrome, Safari, Opera */
    animation: cal_slideAnimationFrames 0.3s;
    
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes cal_slideAnimationFrames {
	0% {
	}
    100% {
    	left: 0px;
    }
}

@-webkit-keyframes cal_slideAnimationFrames {
	0% {
	}
    100% {
    	left: 0px;
    }
}

div.cal_zoom_outAnimation {
    -webkit-animation: cal_zoom_outAnimationFrames 0.3s; /* Chrome, Safari, Opera */
    animation: cal_zoom_outAnimationFrames 0.3s;
    
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes cal_zoom_outAnimationFrames {
	0% {
	}
    100% {
    	transform: scale(0.4, 0.25);
    	opacity: 0.2;
    }
}

@-webkit-keyframes cal_zoom_outAnimationFrames {
	0% {
	}
    100% {
    	transform: scale(0.4, 0.25);
    	opacity: 0.2;
    }
}

div.cal_zoom_inAnimation {
    -webkit-animation: cal_zoom_inAnimationFrames 0.3s; /* Chrome, Safari, Opera */
    animation: cal_zoom_inAnimationFrames 0.3s;
    
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@keyframes cal_zoom_inAnimationFrames {
	0% {
    	transform: scale(0.4, 0.25);
    	opacity: 0.2;
	}
    100% {
    	transform: scale(1, 1);
    	opacity: 1.0;
    }
}

@-webkit-keyframes cal_zoom_inAnimationFrames {
	0% {
    	transform: scale(0.4, 0.25);
    	opacity: 0.2;
	}
    100% {
    	transform: scale(1, 1);
    	opacity: 1.0;
    }
}

/* 	Workaround for IE11, to prevent fatal crash on calendar animations.
	Trac: #16101 */
@media print {
}

/* ============================================= */
/* ====== Styles for AJAX command handling ===== */
/* ============================================= */

#waitPane {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	background-color: #AAAAAA;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
    /*
     * since Firefox 3.5 and IE7
     */
    opacity: 0;
}

#waitPane {
	visibility: hidden;
}

#waitPane.waiting {
	visibility: visible;
}


/* ==================================== */
/* ====== Styles for AJAX dialogs ===== */
/* ==================================== */

#dlgDialogs {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

#dlgDialogs.dialogOpened {
	width: 100%;
	height: 100%;
}

#dlgDialogs.noDialogOpened {
	width: 0;
	height: 0;
}

.dlgDialog {
	visibility: hidden;
}

div.dlgWindow {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 600px;
	height: 400px;
}

div.dlgMaximized {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

div.dlgMaximized .dlgBorder,
div.dlgMaximized .dlgResizeNW,
div.dlgMaximized .dlgResizeNE,
div.dlgMaximized .input-image.dlgMaximize {
	display: none;
}

div.dlgMaximized span.dlgTitle, div.dlgMaximized span.dlgToolbar {
	padding-left: 5px;
	padding-right: 3px;
}

.dlgToolbar .input-image.dlgRestore {
	display: none;
}

div.dlgMaximized .input-image.dlgRestore {
	display: inline-block;
}

div.dlgBorder {
	color: var(--INVERT_TEXT);
	font-size: var(--FONT_SIZE);
	background-color: var(--DIALOG_BORDER_BACKGROUND_COLOR);
}

div.dlgTitleBar {
	/* For legacy browsers. */
	color: var(--DIALOG_TITLEBAR_COLOR);
	font-size: var(--FONT_SIZE);
	background: var(--DIALOG_TITLE_BACKGROUND); 
}


span.dlgToolbar {
	display: block;
	float: right;
}

span.dlgToolbarGroup {
	padding-left: 4px;
}

span.dlgToolbarGroup span.cButton {
	padding-right: 2px;
}

span.dlgToolbar img, span.dlgToolbar input {
	cursor: pointer;
	margin-left: 2px;
}

span.dlgToolbar img.disabled, span.dlgToolbar input.disabled {
	cursor: default;
}

div.dlgTitleBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--DIALOG_TITLE_HEIGHT);
	text-align: left;
	text-indent: 0px;
	padding: 0;
}

div.dlgLeftBorder, div.dlgRightBorder {
	width: var(--DIALOG_VERTICAL_BORDER_WIDTH);
	height: 100%;
	font-size: 1px
}

div.dlgLeftBorder {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.dlgRightBorder {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.dlgBottomBorder {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: var(--DIALOG_BOTTOM_BORDER_HEIGHT);
	font-size: 1px
}

div.dlgContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--BODY_BACK);
}

div.dlgMinimized {
	display: none;
}

iframe.dlgContent {
	width: 100%;
	height: 100%;
}

/*
 * Element covering the whole viewport. This is neccessary to capture all
 * mouse events even from frame and iframe regions.
 */
div.dlgCapture {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* Workaround: A div element only captures mouse events over iframe elements
	 * in IE, if it has "some" background.
	 */
	background-color: #EEEEEE;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	/*
	 * since Firefox 3.5
	 */
	opacity: 0;

	/* For debugging: */
	/*
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	*/
}

div.dlgBackground {
	position: absolute;
	top: 0;
	left: 0;
	height:     100%;
	width:      100%;

	cursor: wait;

/*
	background-color: #EEEEEE;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
*/
	background-image:url(../images/semi64x64lg.png);
}

.dlgBorderNW, .dlgBorderSW, .dlgBorderNE, .dlgBorderSE {
	width: 5px;
	height: 5px;

	/* For debugging: */
	/*
	background-color: red;
	*/
}

.dlgBorderNW, .dlgBorderSW {
	float: left;
}

.dlgBorderNE, .dlgBorderSE {
	float: right;
}

div.dlgTitleBar {
	cursor: move;
}
.dlgResizeNW {
	cursor: nw-resize;
}
.dlgResizeNE {
	cursor: ne-resize;
}
.dlgResizeSW {
	cursor: sw-resize;
}
.dlgResizeSE {
	cursor: se-resize;
}
.dlgResizeW {
	cursor: w-resize;
}
.dlgResizeE {
	cursor: e-resize;
}
div.dlgResizeS {
	cursor: s-resize;
}

/* ====================================== */
/* ====== Styles for popup dialogs ====== */
/* ====================================== */

div.pdlgPopupDialogPane_invisible {
	display: none;
}

div.pdlgPopupDialogPane_visible {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
	cursor: wait;
}

.IE8 div.pdlgPopupDialogPane_visible {
	filter: alpha(opacity=0);
}

div.pdlgWindow {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: var(--BODY_BACK);
	border-color: var(--FRAME_BACK);
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	overflow: hidden;
	box-shadow: 0px 1px 10px #888;
}

div.pdlgTitleBar {
	position: relative;
	width: 100%;
	height: var(--POPUP_TITLE_HEIGHT);
	line-height: var(--POPUP_TITLE_HEIGHT);
	text-align: left;
	text-indent: 0px;
	font-size: var(--FONT_SIZE);
	color: var(--PDLG_TITLEBAR_COLOR);
	padding: 0px;
	padding-left: 2px;
	box-sizing: border-box;
	margin:0px;
	background-color: var(--FRAME_BACK);
}

span.pdlgToolbar {
	display: block;
	float: right;
	cursor: pointer;
}

.pdlgTitle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 3px;
}

div.pdlgContent {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* ====================================== */
/* ====== Styles for legacy dialogs ===== */
/* ====================================== */
div.splashScreen {
	position:		absolute;
	top:			0px;
	left:			0px;
	visibility:		hidden;
	background-image:url(../images/semi64x64lg.png);
}

.dialog {
	padding:0px;
	border:0px;
	margin:0px;
	border:none;
	text-align:left;
}
div.dialog {
	position:			absolute;
	max-width:			640px;
	max-height:			480px;
	visibility:			hidden;
	background-color: 	var(--BODY_BACK);
	border-style:		solid;
	border-width:		4px;
	border-color:		var(--FRAME_BACK);
}
.dialogTitleBar {
	background-color:	var(--FRAME_BACK);
}
td.dialogTitleBar {
	color:				var(--INVERT_TEXT);
	font-size:			var(--FONT_SIZE);
	font-weight:		bold;
	width:				80px;
	text-align:			left;
	padding-left:		5px;
	vertical-align:		middle;
}



/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ====== here are some not so clean styles ===== */
/* ====== (extracted from old template.css) ===== */
/* ============================================== */
/* ============================================== */
/* ============================================== */


/* =========================================================== */
/* ====== Spacers framing the content of the main tabber ===== */
/* =========================================================== */
.topSpacer			{ 	background-color:var(--SPACER_BACKGROUND_COLOR);
						padding:0;
						border:0;
						margin:0;
						vertical-align:bottom;
					}

table.topSpacer		{ 	border-style:solid;
						border-collapse:collapse;
						height:23px;
						width:100%;
					}

td.topSpacerLeft   	{ 	background-image:var(--SPACER_TOP_LEFT);
						background-repeat:no-repeat;
						width:10px;
					}

td.topSpacer   		{ 	background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
					}

td.topSpacerRight   { 	background-image:var(--SPACER_TOP_RIGHT);
						background-repeat:no-repeat;
						width:10px;
					}

body.leftSpacer, div.leftSpacer  	{	background-image:var(--SPACER_LEFT);
						background-color:var(--SPACER_BACKGROUND_COLOR);
						background-repeat:repeat-y;
						font-size:6px;
					  	padding:0;
					  	border:0;
					  	margin:0;
					}

body.rightSpacer, div.rightSpacer 	{ 	background-image:var(--SPACER_RIGHT_BACKGROUND);
						background-color:var(--SPACER_BACKGROUND_COLOR);
						background-repeat:repeat-y;
						font-size:6px;
						padding:0;
						border:0;
						margin:0;
					}

.bottomSpacer		{ 	background-color:var(--SPACER_BACKGROUND_COLOR);
						padding:0;
						border:0;
						margin:0;
						height:12px;
					}

table.bottomSpacer	{ 	border-collapse:collapse;
					}

td.bottomSpacerLeft	{ 	background-image:var(--SPACER_BOTTOM_LEFT);
						background-repeat:no-repeat;
						width:10px;
					}

td.bottomSpacer		{ 	background-image:var(--SPACER_BOTTOM);
						background-repeat:repeat-x;
					}

td.bottomSpacerRight{ 	background-image:var(--SPACER_BOTTOM_RIGHT);
						background-repeat:no-repeat;
						width:10px;
					}

body.tabber_body   	{	background-color:var(--TAB_BODY);
						margin:8px;
					}

body.tabber_spacer, div.tabber_spacer 	{	background-color:var(--TAB_SPACER); font-size:0px;
					}

/* ================================================== */
/* ====== ImagetextSpacer styles for top-Spacer ===== */
/* ================================================== */
td.topSpacerLeftText {	background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						color:var(--INVERT_TEXT);
						font-size:10pt;
						text-align:left;
						vertical-align:bottom;
					}

td.topSpacerLeftImg { 	background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						width:20px;
						text-align:left;
						vertical-align:bottom;
					}

td.topSpacerCenterText{ background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						color:var(--INVERT_TEXT);
						font-size:10pt;
						text-align:center;
						vertical-align:bottom;
					}

td.topSpacerCenterImg{ 	background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						width:18px;
						text-align:center;
						vertical-align:bottom;
					}

td.topSpacerRightText{	background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						color:var(--INVERT_TEXT);
						font-size:10pt;
						text-align:right;
						vertical-align:bottom;
					}

td.topSpacerRightImg { background-image:var(--SPACER_TOP);
						background-repeat:repeat-x;
						width:18px;
						text-align:center;
						vertical-align:bottom;
						padding:0px;
					}

a.topSpacerRightText {	color:var(--INVERT_TEXT);
						font-size:10pt;
						text-decoration:var(--ANCHOR_TEXT_DECORATION_LINK);
					}
.topSpacerLeftText span {
	                    white-space:nowrap;
	                }
/* ================== */
/* ====== Trees ===== */
/* ================== */

/* Type image in an editable tree grid. */
.treeType {
	margin-right: 0.5ex;
}

/* global tree styles */
.treeBody {
    white-space:nowrap;
    display: table;
    width: 100%;
}

.treeBody .treeNode {
	line-height: var(--TREE_NODE_LINE_HEIGHT);
}

.treeBody .treeNode.tblFrozen {
	line-height: normal;
}

table.treeBody{
    border-spacing: 0px;
}

div.treeBody {
    /* Reserve some space to catch a dop operation at the end of the tree. */
    padding-bottom: 10px;
}

.treeNode img, .breadcrumb img {
	border-style: none;
	vertical-align: middle;
}

div.treeNode {
	padding-left: 5px;
}

div.treeNode.dndInsertAbove::before {
	display: block;
	margin-left: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--INSERT_MARKER_COLOR);
	content: "";
}

div.treeNode.dndInsertWithin::after {
	display: block;
	margin-left: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--INSERT_MARKER_COLOR);
	content: "";
}

div.treeNode.dndInsertBelow::after {
	display: block;
	margin-left: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--INSERT_MARKER_COLOR);
	content: "";
}

div.treeNode.dndInsertInto,
div.treeNode.treeSelected.dndInsertInto {
	background-color: var(--DROP_MARKER_COLOR);
}

div.treeNode:hover {
	background-color: var(--TREE_SELECTION_BG_HOVER);
	color: var(--TREE_SELECTION_COLOR_HOVER);
}

div.treeNode.treeSelected {
	background-color: var(--TREE_SELECTION_BG);
	color: var(--TREE_SELECTION_COLOR);
}

div.treeSelected a.selectableNode,
div.treeSelected span.selectableNode,
div.treeSelected span.unselectableNode {
	color: var(--TREE_SELECTION_COLOR);
}

.selectableNode {
	cursor: pointer;
	vertical-align: middle;
}

div.treeChildren {
	margin-left: 1em;
}

img.m {
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	border:0;
					}

img.m, a.s0, a.s1 {
	vertical-align: middle;
}

body.tree 			{	background-color:var(--TREE_BACK);
						font-size:9pt;
						font-family:var(--TEXT_FAMILY);
						color:var(--NORMAL_TEXT);
						padding-bottom:2px;
						padding-top:2px;
						padding-left:2px;
						padding-right:0px;
						border:0px;
						white-space:nowrap;
					}

/**
 * Class treeTbl:
 *     Tree within a table. The tree itself is displayed in the first column of
 *     a table. Each tree node is displayed in a separate table row. The table may
 *     have additional columns that display information associated with tree nodes.
 */
table.treeTbl {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	border-style: none;
}

table.treeTbl td {
	padding: 0;
	margin: 0;
}

/* Selected element in tree. */
a.sNone       {text-decoration:none;}
a.sNone:hover {text-decoration:none;}

a.s1       			{
						background:var(--SECONDARY_BACKGROUND_COLOR);
						color:var(--SECONDARY_TEXT_COLOR);
					}

a.s3       			{
						background-color:var(--SECONDARY_BACKGROUND_COLOR);
						color:var(--SECONDARY_TEXT_COLOR);
					}
span.s1       			{
						background-color:var(--SECONDARY_BACKGROUND_COLOR);
						color:var(--SECONDARY_TEXT_COLOR);
					}

span.s3       			{
						background-color:var(--SECONDARY_BACKGROUND_COLOR);
						color:var(--SECONDARY_TEXT_COLOR);
					}

/* ==================== */
/* ====== Headers ===== */
/* ==================== */
h1,h2,h3,h4,h5 {	font-family:var(--TEXT_FAMILY);
					font-weight:bold;
					color:var(--COLOR_TEXT);
				}

h1 {font-size:20pt;}
h2 {font-size:16pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}
h5 {font-size:10pt;}

/* ================================ */
/* ====== Paragraphs and Such ===== */
/* ================================ */
nobr {}
em   {font-style:italic;}

big {font-size:var(--FONT_SIZE_BIG);}
small,.small {font-size:var(--FONT_SIZE_SMALL);}
strong,.strong {font-weight:bold;}

tt.normal,code.normal,pre.normal {font-size:var(--FONT_SIZE);font-family:var(--MONOSPACE_FAMILY);}
code.inlineCode {display: inline; padding: 0;}

address {font-style:italic;}
blockquote {margin-left:5em;margin-right:5em;}

/* ================== */
/* ====== Forms ===== */
/* ================== */
input.text {	font-size:var(--FONT_SIZE);
				color:var(--COLOR_TEXT);
}

input.tbl {	/* Input when used in tables */
	padding:        0;
	margin:         0;
	border-width:	0;
	border-style:   none;
	overflow:		hidden;

	font-size:      10pt;
	/* text-align:		right; */
	color:var(--COLOR_TEXT);
}

input.tblMust {	/* mandatory Input when used in tables */
	padding:        0;
	margin:         0;
	border-width:	0;
	border-style:   none;
	overflow:		hidden;

	font-size:      10pt;
	/* text-align:		right; */
	color:			var(--COLOR_TEXT);
	background-color: var(--MANDATORY_FIELD_BG);
}

/** A Numeric input field */
input.num, span.num input {
	font-family:    var(--MONOSPACE_FAMILY);
	text-align:     right;
	padding:        1px;
	color:          var(--COLOR_TEXT);
}

textarea 	{
    font-size:var(--FONT_SIZE);
    font-family:var(--TEXT_FAMILY);

	/* For legacy browsers */
    width: 100%;

	width: calc(100% - 10px);
}

button 		{	font-size:9pt;
			}

/** Offsets for buttons to cycle up and down integer controls */
span.cIntegerInput .input-image.button_plus,
span.cIntegerInput .input-image.button_minus {
	position: absolute;
	width: var(--ICON_SIZE_SMALL);
	height: var(--ICON_SIZE_SMALL);
}

span.cIntegerInput .button_minus i, 
span.cIntegerInput .button_plus i {
	font-size: 8px;
}

span.cIntegerInput .button_plus {
	top: -1px; 
	left: 0px; 
}

span.cIntegerInput .button_minus { 
	top: 10px; 
	left: 0px;
}

/** Browser specific adjustments */
body.IE7 .button_plus { top: 3px; }
body.IE7 .button_minus { top: 14px; }

body.IE6 .button_plus { top: 3px; }
body.IE6 .button_minus { top: 14px; }

select 		{	font-size:10pt;
			}

dt {font-weight:bold;}
dd {}

/* =========================== */
/* ====== Table Elements ===== */
/* =========================== */
th,td 		{	font-size:var(--FONT_SIZE);
				color:var(--COLOR_TEXT);
			}

th.center 	{	font-size:var(--FONT_SIZE);
				color:var(--COLOR_TEXT);
				text-align:center;
			}

th.right 	{	font-size:var(--FONT_SIZE);
				color:var(--COLOR_TEXT);
				text-align:right;
			}

th.small 	{	font-size:var(--FONT_SIZE_SMALL);
			}

th.small_center
			{	font-size:var(--FONT_SIZE_SMALL);
				text-align:center;
			}

td.small 	{	font-size:var(--FONT_SIZE_SMALL);
			}

th 			{	text-align:left;
				font-weight:bold;
			}

td.label    {	text-align:right;
				color:var(--COLOR_TEXT);
				vertical-align:top;
				padding-right:8px;
				white-space:nowrap;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.label_left {	text-align:left;
				color:var(--COLOR_TEXT);
				vertical-align:top;
				padding-right:8px;
				white-space:nowrap;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.label_center {	text-align:center;
				color:var(--COLOR_TEXT);
				vertical-align:top;
				padding-right:8px;
				white-space:nowrap;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.label_small
			{	text-align:right;
				color:var(--COLOR_TEXT);
				vertical-align:top;
				padding-right:8px;
				white-space:nowrap;
				font-size:10pt;
			}

td.label_left_small
			{	text-align:left;
				color:var(--COLOR_TEXT);
				vertical-align:top;
				padding-right:8px;
				white-space:nowrap;
				font-size:10pt;
			}

td.content 	{	text-align:left;
				color:var(--NORMAL_TEXT);
				vertical-align:top;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.content_right
			{	text-align:right;
				color:var(--NORMAL_TEXT);
				vertical-align:top;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.content_small
			{	text-align:left;
				color:var(--NORMAL_TEXT);
				vertical-align:top;
				font-size:10pt;
			}

td.content_small_right
			{	text-align:right;
				color:var(--NORMAL_TEXT);
				vertical-align:top;
				font-size:10pt;
			}

td.content_small_middle
			{	text-align:center;
				color:var(--NORMAL_TEXT);
				vertical-align:top;
				font-size:10pt;
			}

td.content_middle
			{	text-align:center;
				color:var(--NORMAL_TEXT);
				vertical-align:middle;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.content_center
			{	text-align:center;
			    color:var(--NORMAL_TEXT);
				vertical-align:top;
				line-height: var(--FORM_LINE_HEIGHT);
			}

td.checkbox {	color:var(--NORMAL_TEXT);
				vertical-align:top;
			}

table.tiny 	{	border-collapse:collapse;
				border:0px;
			}

th.tiny 	{	font-size:11px;
				padding-left:1px;
				padding-right:1px;
				padding-top:1px;
				padding-bottom:1px;
			}

td.tiny 	{
				font-size:11px;
				padding-left:1px;
				padding-right:1px;
				padding-top:1px;
				padding-bottom:1px;
			}

/* ==================================== */
/* ====== tables with even/odd tr ===== */
/* ==================================== */
table.evenodd
			{ 	border-spacing:10px;
				border-collapse:collapse;
				border:1px var(--TABLE_BORDER_COLOR) solid;
			}

tr.even 	{ 	white-space:nowrap;
				background-color:var(--TR_EVEN_BACKGROUND);
			}

tr.odd  	{ 	white-space:nowrap;
				background-color:var(--SECONDARY_BACKGROUND_COLOR);
			}

tr.selected { 	white-space:nowrap;
				background-color:#88BBFF;
			}

/* header for upward or downward sorted columns */
th.sortUp   {	text-align:center;
				white-space:nowrap;
				background-color:#DDDDEE;
			}

th.sortDown {	text-align:center;
				white-space:nowrap;
				background-color:#DDDDEE;
			}

/* used for displaying date/time at the bottom right of the main window. */
td.footer 	{	font-size:9pt;
				color:var(--NORMAL_TEXT);
			}

div.tableError	{	text-align:  center;
					margin-top:  5px;
					border:      2px var(--TABLE_BORDER_COLOR) solid;
					font-weight: bold;
					color:       #FF0000;
				}

/* ==================================== */
/* ======      Spreadsheets       ===== */
/* ==================================== */

table.spreadOuter {
    table-layout:       auto;
    padding:            0;
    border:             0;
    margin:             0;
    border-collapse:    collapse;
}


div.spreadOuterTop {
    overflow:           hidden;
}

table.spreadTop {
    padding:            0;
    border:             1px solid black;
    empty-cells:        show;
    margin:             0;
    border-collapse:    collapse;
}

table.spreadTop div { /* compare to tblTH */
    text-align:          center;
    font-family:         var(--TEXT_FAMILY);
    font-size:           13px;
    font-weight:         normal;
    white-space:         nowrap;
    color:               black;
    background-color:    var(--TABLE_HEADER);
}
table.spreadTop th {
    border:             1px solid black;
}

div.spreadOuterLeft {
    overflow:           hidden;
}

div.spreadOuterCenter {
    overflow:           scroll;
}

div.spreadOuterRight {
    overflow:           hidden;
}

table.spreadsheetLeft {  /* compare to tblTH */
    font-family:         var(--TEXT_FAMILY);
    font-size:           13px;
    white-space:         nowrap;
    color:               black;
    background-color:    var(--TABLE_HEADER);
    padding:             0;
    border:              1px solid black;
    empty-cells:         show;
    margin:              0;
    border-collapse:     collapse;
}

table.spreadsheetLeft th {
    font-weight:         normal;
	border:             1px solid black;
}

table.spreadsheet {
    padding:            0;
    border:             1px solid black;
    empty-cells:        show;
    margin:             0;
    border-collapse:    collapse;
}

table.spreadsheet td {
    border:            1px solid black;
}

table.spreadsheet div {
	overflow:          hidden;
    border:            0;
    padding:           0;
    margin:            0;
}

table.spreadsheetRight{
    padding:            0;
    border:             1px solid black;
    empty-cells:        show;
    margin:             0;
    border-collapse:    collapse;
}

table.spreadsheetRight th {
    border:             1px solid black;
}

div.spreadOuterBottom {
    overflow:           hidden;
}

table.spreadBottom div {
    text-align:     center;
}

table.spreadBottom {
    padding:            0;
    border:             1px solid black;
    empty-cells:        show;
    margin:             0;
    border-collapse:    collapse;
}

table.spreadBottom th {
    border:             1px solid black;
}

/* ==================================== */
/* ======    The Progress Bar     ===== */
/* ==================================== */

.progressBarTable {
	table-layout	: fixed;
	border			: thin solid black;
	width           : 300px;
	height          : 20px;
	margin          : 2pt;
}

.progressText {
	margin          : 2pt;
	width           : 300px;
	height          : 25px;
}

.progressCellFilled {
	border 			: 1px;
	background-color: #000080;
	color           : #FFFFFF;
}

.progressCellEmpty {
	border 			: 1px;
	background-color: lightgrey;
}

.progressBorder {
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.text-top {
	vertical-align: text-top;
}

.messages {
	margin: 2pt;
	border : thin solid black;
	width: 300px;
	height: 100px;
	overflow-y: scroll;
	vertical-align: bottom;
}

/* ==================================== */
/* ======    Color Chooser css    ===== */
/* ==================================== */

span.cColorDisplay {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 40px;
}

span.cColorDisplay.noColor {
	background-image: var(--COLORCHOOSER_NO_COLOR);	
	background-position: center;
	background-repeat: no-repeat;
}

span.cColorDisplay.canDrag {
	cursor: pointer;
}

div.DNDmouseMarker span.cColorDisplay {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
}

div.cColorPalette div.row {
	clear: both;	
}

div.cColorPalette span.cColorDisplay {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 2px;
}

/* ColorChooserSelectionControl */

div.cColorComposer td {
	vertical-align: top;
}

div.cColorComposer tr.spacer {
	height: 3px;
}

.colorDialog {
	padding: 3px;
}

.colorCell {
    cursor:pointer;
    height:30px;
    width:30px;
}

.mandatory > .ColorChooser {
	border:thick solid var(--MANDATORY_FIELD_BG);
}

/* ==================================== */
/* ======     TristateControl     ===== */
/* ==================================== */

input.tristate {
	vertical-align:top;
	
	/* Like the default style of an input[@type="checkbox"]. */
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
	margin-right: 3px;
}
/* ==================================== */
/* ======    BreadcrumbControl    ===== */
/* ==================================== */

/* class of the outermost div containing all nodes */
.breadcrumb {
	margin-left: var(--BREADCRUMB_MARGIN);
	padding-left: var(--BREADCRUMB_PADDING);
	color: var(--BREADCRUMB_COLOR);
	background: var(--BREADCRUMB_BACKGROUND_INNER);
}

.breadcrumbNodeSeparator {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.breadcrumb .treeNode:hover .menu {
    background-color: var(--BREADCRUMB_HOVER_MENU_BACKGROUND);
    cursor: pointer;
}

.breadcrumb .selectableNode {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5) 70%);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0.5em;
}

.breadcrumb .treeNode:hover .selectableNode {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 70%);
    color: var(--BREADCRUMB_HOVER_SELECTABLENODE_COLOR);
}

.breadcrumb a:link {
	color: var(--BREADCRUMB_ALINK_COLOR);	
}

/* class of the menu which contains the subnodes to select */
.breadcrumbMenu {
	display: none;
}

/* class of the menu when it is visible*/
.breadcrumbMenuVisible {
	background: var(--BUTTONMENU_BACKGROUND);
	border: var(--BUTTON_BORDER);
	padding: var(--BUTTON_PADDING);
	z-index: 2;
}

/* class of the lines which contains the nodes in the menu */
.breadcrumbMenuNode, .breadcrumbMenuNode_hover {
	cursor: pointer;
}

.breadcrumbMenuNode_hover {
	background-color: var(--TERTIARY_BACKGROUND_COLOR);
}

/* This statement means: If a breadcrumb node has an icon,
 * make a bit space between the icon and the following text. */
.breadcrumbNodeIcon > * {
	padding-right: 0.5em;
}

.breadcrumbNodeSeparator i {
	color: white;
	font-size: 140%;
	vertical-align: middle;
}

/* ============================ */
/* ======    PopupMenu    ===== */
/* ============================ */

.popupMenu {
	border-collapse: collapse;
	width: 100%;
	display: table
}

.popupMenu ~ .popupMenu {
	border-top: 1px solid #AAAAAA;
}

.popupMenu a {
	/* color: inherit; */
}

.popupMenu a.tlInApp {
	background: var(--INAPP_COMMAND_BACKGROUND);
}

.popupMenu a:hover {
	background: var(--POPUPMENU_ENTRYHOVER_BACKGROUND);
	color: #fff;
}


.menuEntryCell {
	padding: 0.2em;
	white-space: nowrap;
	display: table-cell
}

.menuEntryCell:first-child,
.menuEntryCell img.menuEntryImage {
	width: 27px;
}

.menuEntryEnabled, .menuEntryDisabled {
	padding-top: 1px;
	padding-bottom: 1px;
}

a.menuEntryDisabled span.menuEntryCell,
.cButton.cmdLinkDisabled > a[disabled="disabled"] {
	color: var(--MENUENTRYDISABLED_MENUENTRYCELL_COLOR);
}

.menuEntryImage {
	vertical-align: middle;
}

.menuEntryEnabled:hover {
	color:            var(--BUTTON_COLOR);
	background-color: var(--BUTTON_BACKCOLOR);
	cursor: pointer;
}

.menuEntryDisabled {
	color: var(--PRIMARY_BACKGROUND_COLOR);
	cursor: default;
}

/* ==================================== */
/* ======     DataItemControl     ===== */
/* ==================================== */

.cDataItem input {
	margin-left: 2px;
}

.cDataItem input.first {
	margin-left: 0px;
}

.cDataItem input {
    background-color: var(--BODY_BACK);
}

.cDataItem input[type="file"] {
	display: none;
}

.cDataItem label {
	display: inline-block;
}

/* Display inline when shown in a table cell. */
td.tl-table__cell .cDataItem ul,
td.tl-table__cell .cDataItem li {
	display: inline;
}

/* Display as table when multiple files are uploaded. */
.cDataItem ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0;
	
	display: table;
	border-spacing: 0px;
}

.cDataItem li {
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: table-row-group;
}

.cDataItem li .cDownload {
	display: table-row;
}

.cDataItem li .cDownload .lFlexible,
.cDataItem li .cDownload .lFixedRight  {
	display: table-cell;
	padding-bottom: 8px;
	padding-right: 8px;
}

/* ==================================== */
/* ======     DownloadControl     ===== */
/* ==================================== */

.downloadControl input {
	margin-left: 2px;
}

.downloadControl input.first {
	margin-left: 0px;
}

.downloadControl input {
    background-color: var(--BODY_BACK);
}

/* ==================================== */
/* ======      Miscellaneous      ===== */
/* ==================================== */

.system_message {
    position:relative;
    margin-left: var(--SYSTEM_MESSAGE_MARGIN_LEFT);
    margin-top: var(--SYSTEM_MESSAGE_MARGIN_TOP);
    margin-right: var(--SYSTEM_MESSAGE_MARGIN_RIGHT);
    margin-bottom: var(--SYSTEM_MESSAGE_MARGIN_BOTTOM);
    color: var(--SYSTEM_MESSAGE_COLOR);
    font-weight: bold;
}

/* ==================================== */
/* ======        Tooltips         ===== */
/* ==================================== */

.tooltipCaption {
	color: var(--TOOLTIP_CAPTION_FONT_COLOR);
	background-color: var(--TOOLTIP_CAPTION_BACKGROUND_COLOR);
	padding: calc(var(--ttPadding) / 2) 12px;
	line-height: 1.5 !important;
	border-radius: 1em 1em 0 0;
}

.tooltip {
	max-width: 500px;
	max-height: calc(100vh - (var(--ttPadding) * 2));
	background-color: #464646;
	border-radius: 1em;
	position: fixed;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.8));
	z-index: 9999999999999999;
	--ttPadding: 8px;
	font-weight: normal;
	cursor: default;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
}

/* Tooltip Arrow */
.tooltip::after {
	content: '';
	position: absolute;
	width: var(--ttArrow-dim);
	height: var(--ttArrow-dim);
	top: var(--ttArrow-top);
	transform: var(--ttArrow-trans);
	background-color: #464646;
	--ttArrow-dim: 18px;
}

.ttVerticalArrowBottom::after {
	bottom: 2px;
	--ttArrow-trans: translate(0%, 50%);
	clip-path: polygon(0% 50%, 100% 50%, 50% 100%);
}

.ttVerticalArrowTop::after {
	top: 2px;
	--ttArrow-trans: translate(0%, -50%);
	clip-path: polygon(0% 50%, 100% 50%, 50% 0%);
}

.ttVerticalArrowLeft::after {
	left: calc(var(--ttArrow-dim) / 2);
}

.ttVerticalArrowRight::after {
	right: calc(var(--ttArrow-dim) / 2);
}

.ttHorizontalArrowLeft::after {
	left: 2px;
	--ttArrow-trans: translate(-50%, -50%);
	clip-path: polygon(50% 0%, 0% 50%, 50% 100%);
}

.ttHorizontalArrowRight::after {
	right: 2px;
	--ttArrow-trans: translate(50%, -50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%);
}

/* Tooltip Content */
.tooltipContent {
	overflow-y: auto;
	white-space: normal;
	overflow-wrap: break-word;
	padding: var(--ttPadding) 12px;
	line-height: 1.5 !important;
	color: white;
	text-align: left;
	font-size: 12px;
	cursor: text;
}

.tooltipContent * {
	margin: 0;
	color: white;
	line-height: 1.5 !important;
	padding: 0 !important;
}

.tooltipContent :is(h1, h2, h3, h4, h5, h6) {
	text-align: center;
	clear: both;
	margin-bottom: 8px;
}

/* ==================================== */
/* ======  Styles for DIVLayout   ===== */
/* ==================================== */

.absolute {
	position: absolute;
    top: 0;
    left: 0;
}

.maximal {
    height: 100%;
    width: 100%;
}

.loading {
    background: transparent url(../images/icons/loading.gif) no-repeat center center;
}

/*
 * =======================================
 * ======= Styles for selector ===========
 * =======================================
 */
.updating {
    background: #AAAAAA;
    filter: alpha(opacity =   30);
    -moz-opacity: 0.3;
    /*
     * since Firefox 3.5
     */
    opacity: 0.3;
}

div.selectbox {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-style: ridge;
    border-color: threeddarkshadow threedlightshadow threedlightshadow
        threeddarkshadow;
}

div.selectbox ul {
	display: table;
	width: 100%;
    margin: 0;
    padding-left: 0;
    /*
        The height is a strange hack for IE8. Incremental updates will update the
        DOM element of IE8, but the GUI will not be updated, i.e. if there are two
        elements and one is inserted then there are still just two elements visible.
    */
    height: 0px;
}

div.cListControl li,
div.selectbox li,
div.selectbox .treeNode {
    cursor: pointer;
    white-space: nowrap;
}

div.selectbox li {
	display: table-row;
}

div.selectbox li > span,
div.selectbox li > a
 {
	padding-left: 5px;
	padding-right: 5px;
}

div.selectbox li.focus {
    border-style: dotted;
    border-width: 1px;
    border-color: white;
}

div.cListControl li.selected,
div.cListControl .fixed,
div.selectbox li.selected,
div.selectbox .fixed,
div.selectbox .treeNode.treeSelected,
div.selectbox .treeNode.treeNodeReferencedSelected {
    cursor: default;
}

div.cListControl li.selected span,
div.cListControl li.selected a,
div.selectbox li.selected, 
div.selectbox li.selected span,
div.selectbox li.selected a,
div.selectbox .treeNode.treeSelected, 
div.selectbox .treeNode.treeSelected a,
div.selectbox .treeNode.treeSelected span {
    color: white;
    background-color: highlight;
}

div.cListControl li.selected.fixedSelectable span,
div.cListControl li.selected.fixedSelectable a,
div.selectbox li.selected.fixedSelectable, 
div.selectbox li.selected.fixedSelectable span,
div.selectbox li.selected.fixedSelectable a {
    background-color: var(--HIGHLIGHT_SECONDARY);
}

div.selectbox .treeNode.treeNodeReferencedSelected {
    background-color: var(--TREE_SELECTION_BG_HOVER);
}

div.selectbox li.tableSeparator {
	font-size: 5px;
	background-color: #ccc;
}

div.selectbox li.tableSeparator.selected, 
div.selectbox li.tableSeparator.selected a{
	background-color: #666;
}

.selectbox .treeBody {
	height: 100%;
}

button {
    padding-left: 10px;
    padding-right: 10px;
}

td.leftList {
    vertical-align: top;
    padding-right: 7px;
}

td.rightList {
    vertical-align: top;
    padding-left: 7px;
}

.fixed,
.fixedSelectable a:link {
    color: graytext;
}

button.moveOption {
	width: 100%;
}

span.moveOption {
	/* Since button control spans are displayed inline-block, they must be explicitly expanded. */
	width: 100%;
}

/*
 * =======================================
 * ==== Styles for Buttons / Container ===
 * =======================================
 */
 
.buttonScrollContainer {
	padding-left: 0;
	padding-right: 0;
	overflow:hidden;
}
 
.cmdButtonsDialogOpener {
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
/*	Hide by default. Made visible by adding class "visible". See below. */
	display: none;
}

.cmdButtonsDialogOpener.visible {
	display:block;
}
  
 .buttonSpaceHolder {
    width:10000px;
    padding-left: 12px;
    padding-right: 12px;
}
 
 .IE7 .buttonSpaceHolder {
   padding-top: 3px;
   padding-bottom: 3px;
}
 
/*
 * =======================================
 * ======= Styles for Drag n Drop ========
 * =======================================
 */
.DNDinsertMarker {
	line-height: 5px;
	background-color: var(--INSERT_MARKER_COLOR);
}

div.DNDmouseMarker {
	position: absolute;
}

div.DNDmouseMarker div.dndSelection {
    position: static;
    background-color: #DDDDDD;
    border: solid 1px;
    padding: 2px;
}

/*
 * =======================================
 * === End: Styles for Drag n Drop =======
 * =======================================
 */

.pre {
    white-space: pre;
}

/*
 * ==========================================
 * ======= Styles for the MessageBox ========
 * ==========================================
 */

div.mboxImage img,
div.mboxImage i {
	margin-right: 5px; 
	margin-bottom: 5px;
}

div.mboxImage i {
	font-size: 32px; 
}

div.mboxImage {
	float: left; 
}

div.mboxContent {
	margin: 5px;
}

div.mboxHeader {
    font-weight: bold; 
    font-size: larger;
}

div.mboxMessage {
	margin-top: 5px;
}

div.mboxInput {
	margin-top: 5px;
	padding-left: 10px;
}

/*
 * ===============================================
 * ======= End: Styles for the MessageBox ========
 * ===============================================
 */

div.label {
	color:var(--COLOR_TEXT);
}
 
div.content {
	color:var(--NORMAL_TEXT);
	padding-left: 10px;
	margin-bottom: 5px;
}

/*
 * ===============================================
 * ========= Styles for the BoxDecorator =========
 * ===============================================
 */

div.boxFormGroup {
	border:				solid 1px black; 
	margin:				5px;
}
div.boxFormGroupHeader {
	padding-left:		5px;
	font-weight:		bold;
}
div.boxFormGroupContent {
	padding:5px;
	overflow: auto;
}

/* == BooleanChoiceControl == */

span.bcc-option {
	margin-right: 1ex;
}

/*
 * =====================================
 * == FlexibleFlowlayoutControl.cCollapsible (ffl) ==
 * =====================================
 */

div.layoutVerticalAdjustmentGrabber {
	background: var(--LAYOUT_VERTICAL_ADJUSTMENT_GRABBER_BACKGROUND);
	cursor: n-resize;
}

div.layoutHorizontalAdjustmentGrabber {
	background: var(--LAYOUT_HORIZONTAL_ADJUSTMENT_GRABBER_BACKGROUND);
	cursor: e-resize;
}

div.fflCollapsed {
	cursor: default;
}

div.layoutAdjustmentPane {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	
	/*IE6 und IE7 */
	filter: alpha(opacity=0);

	/*other (css)*/
	opacity: 0;
}

.changePasswordForm {
	padding: 4px;
}

div.password-strength-frame {
	margin-top: 3px;
	height: 4px;
	border-style: solid;
	border-color:#AAAAAA
}

span.activatable {
	cursor: pointer;
	font-weight: bold;
}

form.fltForm {
}

div.fltScrollBox {
	position: absolute;
	overflow: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: var(--FILTER_BACKGROUND_COLOR);
}

div.fltArea {
	display: table;
	width: calc(100% - 10px); /* to avoid scrollbars */
}

div.fltContainer {
	display: table-cell;
	background-color: var(--FILTER_BACKGROUND_COLOR);
/*
box-shadow: inset 0px 0px 6px #666;
	border-bottom: 1px solid #636465;
	*/
}

div.fltContainer div.fhrContainer {
	height: auto;
}

div.fltContainer table.fhrTable {
	margin-bottom: 10px;
}

div.fltContainer td.fhrLeft {
	height: auto;

	background-image:var(--HR_FILTER_BACKGROUND);
	background-repeat:repeat-x;
	background-position-y: -2px;
}

div.fltContainer td.fhrMiddle {
	padding: 0px 5px 0px 5px;
	height: auto;
	width: auto;
	white-space: nowrap;

	font-size: var(--FONT_SIZE);
	font-weight: bold;
	color: var(--GROUP_LABEL_COLOR);

	background-image: none;
}

div.fltContainer td.fhrRight {
	height: auto;
	width: 100%;

	background-image:var(--HR_FILTER_BACKGROUND);
	background-repeat:repeat-x;
	background-position-y: -2px;
}

div.fltTitle {
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	color: var(--GROUP_LABEL_COLOR);
	text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
}

.fltSubTitle {
	margin-bottom: 10px;
	font-weight: bold;
	color: #4F6CA8;
}

img.fltIcon {
	top: -2px;
}

div.fltRefresh {
	position: absolute;
	right: 10px;
	top: 4px;
}

div.fltNoModel, div.fltContent {
	padding-top:4px;
	padding-left:4px;
}

.noSelection {
	position: relative; 
	top: 40%; 
	text-align: center
}

/* == refreshProgress.jsp == */

.progressDialog .message,
.progressDialog .progress
{
	text-align: left;
	color:var(--NORMAL_TEXT);
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
}

.progressDialog .head {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
}

.progressDialog .progressBorder {
}

/* Classes used for configured tooltips: see ConfiguredAttributedTooltipProvider */
span.configuredTooltipValue {
}

span.configuredTooltipLabel {
	font-weight: bold;
}

/* ================================================================= */
/* ====== Declarative form definitions (df), see EditorFactory ===== */
/* ================================================================= */

/* Lines should keep a bit distance from one-another. */
.dfModeCompact span {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Text should keep a bit distance to fields.
   This cannot be achieved by spaces in the text,
   as spaces are not allowed at the start or end of i18n. */
.dfContent span.cDropdownSelect::before,
.dfContent span.cDropdownSelect::after,
.dfContent span.cExpandableTextInput::before,
.dfContent span.cExpandableTextInput::after,
.dfContent span.cTextInput::before,
.dfContent span.cTextInput::after,
.dfContent span.cButton::before,
.dfContent span.cButton::after {
	content: " ";
}

div.dfToolbar {
	float: right;
}

span.dfToolbar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	text-align: right;
	width: 22px;	
}

/* In the compact mode, all but the outermost dfList should have indent. */
/* In the full mode, the outermost dfList should have indent, too. */
div.dfList div.dfList, .dfModeFull div.dfList {
	margin-left: 25px;
}

div.dfListContent {
}

div.dfListEntry {
	position: relative;
	line-height: 16px;
	margin-bottom: 5px;
}

.dfModeFull div.dfListEntry {
	margin-bottom: 5px;
}

div.dfEntryTitle.colored,
div.dfEntryTitle.colored label {
	font-weight: bold;
	color: var(--GROUP_LABEL_COLOR);
}

div.dfEntryTitle.colored {
	margin-bottom: 3px;
}

div.dfEntryTitle label {
	margin-bottom: 0px;
}

.dfModeFull span.dfListIcon {
	position: absolute;
	left: -25px;
}

.dfModeCompact span.dfListRemove {
	margin-right: 0.5em;
}

.rf_header > .rf_menu,
.dfModeFull span.dfListCommands {
	position: absolute;
	right: 0px;
}

div.dfListAdd {
	margin-top: 3px;
	line-height: 16px;
	white-space: nowrap;
}

.dfModeFull div.dfListAdd {
	margin-left: -25px;
}

div.dfEntryHeader {
	font-weight: bold;
}

.dfModeFull .dfEntryTitle .rf_columnsLayout:not(.keep),
.dfModeFull .dfEntryTitle .rf_columnsLayout:not(.keep) .rf_inputCell {
	margin-bottom: 0px;
}
	
.dfModeFull .dfEntryTitle {
	display: flex;
	gap: 3px;
	align-items: center;
}

.rf_inputCell.rf_noLabel  > .rf_cell,
.dfModeFull .dfEntryTitle > .lFlexible {
	flex-grow: 1;
	position: relative;
}
	
.rf_inputCell.rf_noLabel  > .rf_cell .is-error,
.dfModeFull .dfEntryTitle > .lFlexible .is-error {
	position: absolute;
	right: 5px;
	display: flex;
	align-items: center;
	height: 100%;
	top: 0;
}

/* ================================================================= */
/* ====== Model Based Search, see ModelBasedSearch and Search  ===== */
/* ================================================================= */

.modelBasedSearch {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* ============================================================== */
/* ====== Sync scrolling images (ssi), see ImageControl     ===== */
/* ============================================================== */

div.ssiHeader,
div.ssiEdge,
div.ssiTop,
div.ssiBody,
div.ssiLeft,
div.ssiContent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.ssiHeader,
div.ssiEdge,
div.ssiTop,
div.ssiBody,
div.ssiLeft
{
	overflow: hidden;
}

div.ssiEdge,
div.ssiTop,
div.ssiLeft,
div.ssiContent {
	vertical-align: top;
	text-align: left;
}

div.ssiContent
{
	overflow: auto;
}

img.ssiImage
{
	position: relative;
}

div.ssiContentArea
{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ===== com.top_logic.layout.form.decorator.ChangeInfo ===== */

.changeInfoNoChange {}

.changeInfoCreated {
	color: green;
}

.changeInfoRemoved {
	color: red
}

.changeInfoChanged {
	color: blue
}

.changeInfoDeepChanged {
	color: darkblue
}

.changeInfoCreated img,
.changeInfoRemoved img,
.changeInfoChanged img, 
.changeInfoDeepChanged img {
	vertical-align: text-bottom;
}

.changeInfoCreated.form img,
.changeInfoRemoved.form img,
.changeInfoChanged.form img, 
.changeInfoDeepChanged.form img {
	padding-right: 5px;
}

.changeInfoCreated.table img,
.changeInfoRemoved.table img,
.changeInfoChanged.table img, 
.changeInfoDeepChanged.table img {
	padding-right: 0px;
}

.clickGuardContainer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=0);
}

.activeGalleryManagementButton, .inactiveGalleryManagementButton {
	text-align: center;
	border: 0 solid;
    border-radius: 0 0 10px 10px;
}

.activeGalleryManagementButton {
	cursor: pointer;
	color: var(--BUTTON_COLOR);
	background-color: var(--BUTTON_BACKGROUND);
}

.activeGalleryManagementButton:hover,
[data-tool=true] > .attribute:hover
{
	color: var(--BUTTON_COLOR_HOVER);
	background-color: var(--BUTTON_BACKGROUND_HOVER);
}

.inactiveGalleryManagementButton {
	cursor: default;
	color: var(--BUTTON_DISABLED_COLOR);
	background-color: var(--BUTTON_DISABLED_BACKGROUND);
}

.galleryImageLabel {
	margin-left: 5px;
}


/* Icon Chooser */

.cIconChooser {  
}

.cIconChooser div.header .searchTextField input.is-input {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	width: calc(96% - 67px);
	padding-left: 23px;
	height: 22px;
}

.cIconChooser div.header .expertTextField input.is-input {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	width: calc(96% - 67px);
	height: 22px;
}

.cIconChooser div.header a {
	border: 0px;
}

.cIconChooser div.header .inputfield {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.cIconChooser div.header .resetButton,
.cIconChooser div.header .okButton {
	position: absolute;
	bottom: 5px;
	right: 35px;
}

.cIconChooser div.header .toggleExpertButton {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.cIconChooser .searchTextField .search {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #DCDCDC;
}

.cIconChooser .fptBodyContent .displayedIcons {
	position: relative;
	display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #7A7A7A;
}

.cIconChooser a,
.cIconChooser .input-image {
	display: table-cell;
	text-align: center;	
	vertical-align: middle;
}

.cIconChooser div.header .toggleExpertButton a,
.cIconChooser div.header .resetButton a,
.cIconChooser div.header .okButton a,
.cIconChooser .fptBodyContent .displayedIcons a {
	width: 30px;
	height: 30px;
}

.cIconChooser .fptBodyContent input {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
	max-width: 30px;
	max-height: 30px;
}

.cIconChooser .fptBodyContent .displayedIcons {
	background-color: var(--ICONCHOOSER_BACKGROUND);
}

.cIconChooser .fptBodyContent .displayedIcons.selected {
	background-color: var(--ICONCHOOSER_BACKGROUND_SELECTED);
}

.cIconChooser .fptBodyContent .displayedIcons:hover {
	background-color: var(--ICONCHOOSER_BACKGROUND_HOVER);
}

.cIconChooser i.fab, 
.cIconChooser i.far,
.cIconChooser i.fas,
.cIconChooser i.tl-icon {
    font-size: 1.5em;
}

.cIconChooser div.header {
	position: absolute;
	left: 0px; 
	top: 0px; 
	height: 42px;
	width: 100%;
}

.cIconChooser div.fptBody {
 	position: absolute; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	top: 42px;
	bottom: 0px; 
}

.cIconChooser div.fptBodyContent {
	padding-top: 0px;
}

.cIconChooser .cannot-edit .is-input, 
.cIconChooser .disabled .is-input {
	display: inline-block;
}

.cIconChooser .input-image {
	height: 20px;
	width: 20px;
	border: 1px solid #7A7A7A;
	background-color: var(--ICONCHOOSER_BACKGROUND);
}

.cIconChooser .input-image:hover {
	background-color: var(--ICONCHOOSER_BACKGROUND_HOVER);
}

.cIconChooser .input-image.disabled,
.cIconChooser .input-image.disabled:hover {
	background-color: var(--ICONCHOOSER_BACKGROUND_DISABLED);
}

.cIconChooser .gray {
	color: #AAAAAA;
}

.cIconChooser .preview i.fab, 
.cIconChooser .preview i.far,
.cIconChooser .preview i.fas {
    font-size: 1.2em;
}

.cIconChooser, 
.cIconChooser img {
	display: inline-block;
	min-height: 20px;
	min-width: 20px;
}

.cIconChooser input.is-action {
	margin: 0px;
}

/* ============================================ */
/* ==== simpleajax network error box (sx) ===== */
/* ============================================ */

div.sxError {
	font-size: large;
	color: white;
	position: absolute;
	background: #EE3333;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	border: 3px solid #CC2222;
	cursor: default;
}

div.sxMessage,
div.sxFailure
{
	margin: 10px;
}

div.sxButtons {
	font-size: small;
	text-align: right;
	margin-top: 20px;
}

div.sxFailure,
div.sxButtons
{
	display: none;	
}

div.sxRetry div.sxMessage {
	display: none;
}

div.sxRetry div.sxFailure,
div.sxRetry div.sxButtons 
{
	display: block;
}

span.sxButton {
	margin-left: 5px;
	display: inline-block;
	padding: 5px;
	border: 1px solid #ffffff;
	cursor: pointer;
}

span.sxButton:hover {
	color: #EE3333;
	background: white;
}

/* ==================================== */
/* ==== layoutControl.cCollapsible styles (lc) ===== */
/* ==================================== */

div.lcViewport {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

div.lcAuto {
	overflow: auto;
}

div.lcScroll {
	overflow: scroll;
}

div.lcHidden {
	overflow: hidden;
}

div.mcToggle {
	position: absolute;
	cursor: pointer;
	width: var(--MC_TOGGLE_WIDTH);
	height: var(--MC_TOGGLE_HEIGHT);
	right: 0px;
	
	/* Duplicate defintion for legacy compatibility. */
	top: 50%;
	top: calc(50% - var(--MC_TOGGLE_HEIGHT) / 2);
	
	background: var(--MC_MINIMIZE_ICON);
	visibility: hidden;
}

div.mcMinimized > div.mcToggle {
	background: var(--MC_NORMALIZE_ICON);
}

div.cMinimizable:hover > div.mcToggle {
	visibility: visible;
}

div.mcMinimized.frmBody, div.mcMinimized div.frmBody {
	overflow: hidden;
}

div.mcMinimized .accText {
	display: none;
}

.errorFragmentContainer {
	cursor: default;
	margin: 5px;
	padding: 2px 5px;
	color: red;
	font-weight: bold;
	border-style: solid;
	border-color: red;
	border-width: 1px;
	background-color: var(--BODY_BACK);
	display: flex;
	align-items: baseline;
}

.errorFragmentImage {
	margin-right: 3px;
	height: 1em;
}

.tl-info-service {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 400px;
	max-height: 100%;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.tl-info-service .fab, 
.tl-info-service .far,
.tl-info-service .fas,
.tl-info-service .tl-icon {
	color: #676767;
}

.tl-info-service_pinned {
	/* Marker class */
}

.tl-info-service-item__hide-info-service_animation {
	animation-name: tl-info-service-item__hide-info-service_animation;
	animation-duration: 1s;
}

.tl-info-service-item {
	position: relative;
	margin: 8px 3px 0px;
	padding: 0px 16px 8px 16px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #888;
    overflow-y: hidden;
    overflow-x: auto;
}

.tl-info-service-item.tl-info-service-item__error {
	background-color: #FFDAD4;
}

.tl-info-service-item.tl-info-service-item__warning {
	background-color: #FFF1CC;
}

.tl-info-service-item.tl-info-service-item__info {
	background-color: #D6E3F7;
}

.tl-info-service-item__error .tl-info-service-item__header-message span i:not(.tl-info-service-item__close-button i) {
	color: #D3181B;
}

.tl-info-service-item__warning .tl-info-service-item__header-message span i:not(.tl-info-service-item__close-button i) {
	color: #D3A118;
}

.tl-info-service-item__info .tl-info-service-item__header-message span i:not(.tl-info-service-item__close-button i) {
	color: #2968C8;
}

.tl-info-service-item__header {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	margin-top: 5px;
}

.tl-info-service-item__header-message:not(.tl-info-service-item .tl-info-service-item__header .tl-info-service-item__header-message) {
	display: flex;
  	flex-grow: 2;
  	margin-top: 5px;
}

.tl-info-service-item__header-message {
  	display: flex;
  	flex-grow: 2;
	justify-content: space-between;
}

.tl-info-service-item__header-message span i {
  	display: flex;
  	align-items: center;
}

.tl-info-service-item__header-message-text {
	display: flex;
	flex-grow: 2;
	justify-content: space-between;
	padding-left: 7px;
	line-break: anywhere;
}

.tl-info-service-item__header-type-message {
	margin-left: 5px;
	font-weight: bold;
}

.tl-info-service-item__header-message .tl-info-service-item__error-icon {
	display: block;
}

.tl-info-service-item__header-message .tl-info-service-item__error-icon span {
	display: inline-block
}

.tl-info-service-item__message p {
	margin: 0;
}

.tl-info-service-item__message {
	max-height: 400px;
	overflow-y: auto;
	word-break: break-word;
	margin: 8px 0;
}

.tl-info-service-item__log-time {
	padding: 0 20px;
	white-space: nowrap;
}

.tl-info-service-item__details summary,
.tl-info-service-item__close-button {
	cursor: pointer;
}

.tl-info-service-item__details {
	overflow-x: auto;
	margin-top: 16px;
}

.tl-info-service-item__details-message {
	padding-top: 8px;
}

.tl-info-service-item__details-message > ul {
	padding-left: 25px;
}

p.tl-info-service-item__details-message-no-bottom {
	margin-bottom: 0px;
}

.tl-info-service-item:last-child {
	margin-bottom: 3px;
}

.tl-info-service-item__show-info_animation {
	animation-name: tl-info-service-item__show-info_animation;
	animation-duration: 0.2s;
}

.tl-info-service-item__show-pinned-info_animation {
	animation-name: tl-info-service-item__show-pinned-info_animation;
	animation-duration: 0.2s;
}

.tl-info-service_pinned .tl-info-service-item__hide-info_animation {
	animation-name: tl-info-service-item__hide-info_animation;
	animation-duration: 0.2s;
}

@keyframes tl-info-service-item__show-info_animation {
    0% {opacity: 0;}
    100% {opacity: 0.9; margin-top: 3px;}
}

@keyframes tl-info-service-item__show-pinned-info_animation {
    0% {opacity: 0;}
    100% {opacity: 1; margin-top: 3px;}
}

@keyframes tl-info-service-item__hide-info_animation {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes tl-info-service-item__hide-info-service_animation {
    from {opacity: 1;}
    to {opacity: 0;}
}

span.cLogoutTimer {
	display: none;
	font-weight: bold;
	color: red;
}

span.cLogoutTimer input {
	vertical-align: sub;
	display: none;
}

span.ltcCounting {
	display: block;
}

span.ltcCounting input {
	display: inline;
}

a.autoLink:link {
    color: blue;
    text-decoration: underline;
}

a.autoLink:visited {
    color: purple;
    text-decoration: underline;
}

a.autoLink:hover {
    color: #0563C1;
    text-decoration: underline;
}

.quotedComments {
	font-style: italic;	
}

.cTextSelect .fClear {
	 -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.7); /* FF3.5+ */
      -ms-transform: scale(0.7); /* IE9 */
       -o-transform: scale(0.7); /* Opera 10.5+ */
          transform: scale(0.7);
          
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;      
}


/* ================================= */
/* ==== responsive form layout ===== */
/* ================================= */

.rf_content {
	grid-column: 1;
	grid-row: 2;
	display: grid;
	grid-auto-flow: row;
	grid-gap: 4px var(--RF_HORIZONTAL_GAP_CELLS);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	grid-auto-rows: max-content;
	line-height: 24px;
	border-radius: 0px 0px 3px 3px;
}

.rf_content .rf_header {
	line-height: normal;
}

.rf_columnsLayout,
div.rf_buttons {
    display: flex;
    flex-wrap: wrap;
}

.rf_columnsLayout.keep {
	display: table;
	width: 100%;
}

div.cMediaQuery .rf_columnsLayout.keep > .rf_inputCell {
	display: table-cell;
	padding-right: 5px;
	padding-left: var(--RF_HORIZONTAL_GAP_COLUMNS);
}

.rf_columnsLayout.keep > * > * {
    display: table-cell;
    vertical-align: middle;
}

.keep, .rf_cell {
	width: 100%;
}

/* Margin left for all children of .rf_columnsLayout. */
.rf_columnsLayout > *:not(body) {
  	margin-left: var(--RF_HORIZONTAL_GAP_COLUMNS);
}

/* Invert margin left .rf_columnsLayout itself as workaround not to margin the first column. */
.rf_columnsLayout {
    margin-left: calc(-1*var(--RF_HORIZONTAL_GAP_COLUMNS));
}

.rf_columnsLayout > .rf_groupCell {
  	margin-left: calc(var(--RF_HORIZONTAL_GAP_COLUMNS) - 2px); /* 2px for the border */
}

.dflSize0 .rf_cellSmall,
.dflSize1 .rf_cellSmall {
	width: 100% !important;
}

.rf_columnsLayout .inputCell,
.rf_inputCell {
    line-height: 24px;
}

/* even empty cells have a height */
.rf_cell {
    min-height: 24px;
}

/* columns layout */
.rf_columnsLayout .rf_content > * > .rf_line:not(.dfList) {
	min-width: 100%;
  	width: -moz-fit-content;
  	width: fit-content;
  	box-sizing: border-box;
}

.rf_columnsLayout .rf_line.dfList {
	min-width: calc(100% - var(--RF_HORIZONTAL_GAP_COLUMNS_LIST_ENTRY));
	width: calc(100% - 25px);
  	box-sizing: border-box;
}

.rf_columnsLayout > .rf_line,
.cMediaQuery.dflSize0 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery:is(.dflSize0, .dflSize1, .dflSize2, .dflSize3, .dflSize4, .dflSize5) .rf_cell .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery:is(.dflSize1, .dflSize2, .dflSize3, .dflSize4, .dflSize5) .rf_columnsLayout.cols1 > *:not(.rf_line) {
	min-width: calc(100% - var(--RF_HORIZONTAL_GAP_COLUMNS));
  	width: calc(100% - var(--RF_HORIZONTAL_GAP_COLUMNS));
  	box-sizing: border-box;
 }	

.cMediaQuery.dflSize1 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery.dflSize2 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery:is(.dflSize3, .dflSize4, .dflSize5) .rf_columnsLayout.cols2 > *:not(.rf_line) { 
  	min-width: calc(50% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
 	width: calc(50% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
  	box-sizing: border-box;
}

.cMediaQuery.dflSize3 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery:is(.dflSize4, .dflSize5) .rf_columnsLayout.cols3 > *:not(.rf_line) { 
  	min-width: calc(33.3% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
 	width: calc(33.3% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
  	box-sizing: border-box;
}

.cMediaQuery.dflSize4 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery:is(.dflSize5) .rf_columnsLayout.cols4 > *:not(.rf_line) { 
  	min-width: calc(25% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
 	width: calc(25% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
  	box-sizing: border-box;
}

.cMediaQuery.dflSize5 .rf_columnsLayout > *:not(.rf_line),
.cMediaQuery .rf_columnsLayout.cols5 > *:not(.rf_line) { 
  	min-width: calc(20% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
 	width: calc(20% - var(--RF_HORIZONTAL_GAP_COLUMNS)); 
  	box-sizing: border-box;
}

/* content of a group */
.dflSize0 .rf_content {
	/* avoid creating more columns than possible, use cols classes manually in those cases */
	grid-template-columns: repeat(1, 1fr); 
}

.dflSize1 .rf_content,
.dflSize2 .rf_content {
	grid-template-columns: repeat(2, 1fr); 
}

.dflSize3 .rf_content {
	grid-template-columns: repeat(3, 1fr); 
}

.dflSize4 .rf_content {
	grid-template-columns: repeat(4, 1fr);   
}
  
.dflSize5 .rf_content {	
	grid-template-columns: repeat(5, 1fr); 
} 


/* in lists */
.dfListContent > .rf_columnsLayout {
	margin-left: calc(-1*var(--RF_HORIZONTAL_GAP_COLUMNS_LIST_ENTRY));
}

.dfListContent > .rf_columnsLayout > *:not(body) {
	margin-left: var(--RF_HORIZONTAL_GAP_COLUMNS_LIST_ENTRY);
}

.cMediaQuery.dflSize0 .dfListContent .rf_columnsLayout > .dfListEntry,
.cMediaQuery.dflSize1 .dfListContent .rf_columnsLayout > .dfListEntry,
.cMediaQuery.dflSize3 .dfListContent .rf_columnsLayout.cols3 > *:not(.rf_line):not(.rf_line),
.layoutControl.cMediaQuery.dflSize4 .dfListContent .rf_columnsLayout.cols3 > *:not(.rf_line):not(.rf_line),
.layoutControl.cMediaQuery.dflSize5 .dfListContent .rf_columnsLayout.cols3 > *:not(.rf_line):not(.rf_line),
.dfListContent .rf_columnsLayout > .dfListEntry {
 	min-width: 100px;
 	width: 100%;
  	box-sizing: border-box;
}

/* filter */
.fltContent .rf_groupCell.collapsed {
	height: 30px;
}

.fltContent .rf_columnsLayout > .rf_line,
.fltContent .rf_columnsLayout.cols1 > *:not(body),
.cMediaQuery.dflSize0 .fltContent .rf_columnsLayout > *:not(body),
.cMediaQuery.dflSize1 .fltContent .rf_columnsLayout > *:not(body),
.dflSize2 .fltContent .rf_columnsLayout .rf_columnsLayout > *:not(body),
.dflSize3 .fltContent .rf_columnsLayout .rf_columnsLayout > *:not(body),
.dflSize4 .fltContent .rf_columnsLayout .rf_columnsLayout > *:not(body),
.dflSize5 .fltContent .rf_columnsLayout .rf_columnsLayout > *:not(body) {
	min-width: calc(100% - var(--RF_HORIZONTAL_GAP_FILTER));
  	width: calc(100% - var(--RF_HORIZONTAL_GAP_FILTER));
  	box-sizing: border-box;
 }	
 
.cMediaQuery.dflSize2 .fltContent .rf_columnsLayout:not(.cols1) > *:not(.rf_line),
.layoutControl .fltContent .rf_columnsLayout.cols2 > *:not(.rf_line),
.cMediaQuery.dflSize1 .fltContent .rf_columnsLayout.cols2 > *:not(.rf_line) { 
  	min-width: calc(50% - var(--RF_HORIZONTAL_GAP_FILTER)); 
 	width: calc(50% - var(--RF_HORIZONTAL_GAP_FILTER)); 
  	box-sizing: border-box;
}
 
.cMediaQuery.dflSize3 .fltContent .rf_columnsLayout:not(.cols1):not(.cols2) > *:not(.rf_line) { 
  	min-width: calc(33.3% - var(--RF_HORIZONTAL_GAP_FILTER)); 
 	width: calc(33.3% - var(--RF_HORIZONTAL_GAP_FILTER)); 
  	box-sizing: border-box;
}

.cMediaQuery .fltContent .rf_columnsLayout.cols4 > *:not(.rf_line) { 
  	min-width: calc(25% - var(--RF_HORIZONTAL_GAP_FILTER)); 
 	width: calc(25% - var(--RF_HORIZONTAL_GAP_FILTER)); 
  	box-sizing: border-box;
}

.cMediaQuery .fltContent .rf_columnsLayout.cols5 > *:not(.rf_line) { 
  	min-width: calc(20% - var(--RF_HORIZONTAL_GAP_FILTER)); 
 	width: calc(20% - var(--RF_HORIZONTAL_GAP_FILTER)); 
  	box-sizing: border-box;
}

*:not(.rf_content) > .rf_inputCell,
*:not(.rf_content) > .rf_columnsLayout:not(.keep) {
	margin-bottom: 4px;
}

.rf_content .pre {
	white-space: pre-wrap;
}

.rf_line,
.cMediaQuery .rf_groupCell .rf_content .rf_groupCell {
	/* groupCells in groupCells are rendered over the whole line per default */
	display: grid;
	grid-template-columns: 1fr;
	grid-column: 1 / -1;
}

.rf_spanRow1 { grid-row-end: span 1; }
.rf_spanRow2 { grid-row-end: span 2; }
.rf_spanRow3 { grid-row-end: span 3; }
.rf_spanRow4 { grid-row-end: span 4; }
.rf_spanRow5 { grid-row-end: span 5; }
.rf_spanRow6 { grid-row-end: span 6; }
.rf_spanRow7 { grid-row-end: span 7; }
.rf_spanRow8 { grid-row-end: span 8; }
.rf_spanRow9 { grid-row-end: span 9; }
.rf_spanRow10 { grid-row-end: span 10; }

.rf_spanCol1 { grid-col-end: span 1; }
.rf_spanCol2 { grid-col-end: span 2; }
.rf_spanCol3 { grid-col-end: span 3; }
.rf_spanCol4 { grid-col-end: span 4; }

.rf_inputCell:not(.keepInline):not(.rf_noLabel) {
	display: grid;
	grid-template-columns: minmax(var(--RF_FIRST_COLUMN_WIDTH), max-content) minmax(0, 1fr);
	grid-gap: 5px 5px;
}

.rf_inputCell > div:nth-child(1) {
	grid-row:1; 
	grid-column:1; 
}

.rf_inputCell > div:nth-child(2) {
	grid-row:1; 
	grid-column:2; 
}

                                        .rf_labelAbove.rf_inputCell:not(.keepInline)                  > div:nth-child(2),
.cMediaQuery.dflSize0                                 .rf_inputCell:not(.keepInline):not(.rf_noLabel) > div:nth-child(2),
.cMediaQuery.dflSize1 .rf_columnsLayout:not(.cols1) > .rf_inputCell:not(.keepInline):not(.rf_noLabel) > div:nth-child(2),
.cMediaQuery.dflSize1 .rf_content                   > .rf_inputCell:not(.keepInline):not(.rf_noLabel) > div:nth-child(2),
.rf_line.rf_inputCell:not(.keepInline):not(.rf_noLabel)                                               > div:nth-child(2) {
	grid-row:2; 
	grid-column:1; 
}

                                        .rf_labelAbove.rf_inputCell:not(.keepInline),
.cMediaQuery.dflSize0                                 .rf_inputCell:not(.keepInline):not(.rf_noLabel),
.cMediaQuery.dflSize1 .rf_columnsLayout:not(.cols1) > .rf_inputCell:not(.keepInline):not(.rf_noLabel),
.cMediaQuery.dflSize1 .rf_content                   > .rf_inputCell:not(.keepInline):not(.rf_noLabel),
.rf_line.rf_inputCell:not(.keepInline):not(.rf_noLabel) {
	display: grid;
	grid-template-columns: minmax(0px, 1fr);
	grid-template-rows: 24px 1fr;
	line-height: 24px;
} 

/* indent all lines but the first */
                                        .rf_labelAbove.rf_inputCell:not(.keepInline)                  > :nth-child(n+2),
.cMediaQuery.dflSize0                                 .rf_inputCell:not(.keepInline):not(.rf_noLabel) > :nth-child(n+2),
.cMediaQuery.dflSize1 .rf_columnsLayout:not(.cols1) > .rf_inputCell:not(.keepInline):not(.rf_noLabel) > :nth-child(n+2),
.cMediaQuery.dflSize1 .rf_content                   > .rf_inputCell:not(.keepInline):not(.rf_noLabel) > :nth-child(n+2),
.rf_line.rf_inputCell:not(.keepInline):not(.rf_noLabel)                                               > :nth-child(n+2)  {
	padding-left: 5px;
}

.rf_inputCell .ace_editor div,
.rf_inputCell .ace_editor {
	line-height: 24px;
}

.rf_invisible {
	display: none;	
}

.rf_cell {
	word-wrap: break-word;
}

/* input controls */
.cPopupSelect.active,
.cPopupSelect.disabled,
.cExpandableTextInput.active,
.cIntegerInput.active,
.cBlockTextInput.active {
	display: flex;
}

.cPopupSelect.active > .lFlexible,
.cExpandableTextInput.active > .lFlexible,
.cIntegerInput.active > .lFlexible,
.cBlockTextInput.active > .lFlexible  {
	display: contents;
}

.cPopupSelect .lFlexible,
.cPopupSelect .is-popup:not([size]),
.cIntegerInput .lFlexible,
.cIntegerInput .is-input:not([size]),
.cExpandableTextInput .lFlexible,
.cExpandableTextInput .is-input:not([size]),
.cTextInput:not(.searchIrrelevant) .is-input:not([size]),
.cBlockTextInput .lFlexible,
.cBlockTextInput .is-input:not([size]),
.dfList .dfListEntry .cTextInput:not(.searchIrrelevant) textarea.is-input {
	box-sizing: border-box;
	width: 100%;
}

.cPopupSelect .is-popup,
.cIntegerInput .is-input,
.cExpandableTextInput .is-input,
.cTextInput .is-input,
.cBlockTextInput .is-input {
	min-width: 20px;
	max-width: 100%;
}

.rf_cell {
	box-sizing: border-box;
}

.rf_content table.schedulingAlgorithm {
	width: calc(100% - 60px);
}

*:not(.sizeSet) > .rf_cell .cIntegerInput > .cTextInput:not(.searchIrrelevant) .is-input {
	width: auto;
}

.rf_firstColumn .is-radio,
.rf_firstColumn .is-checkbox,
.rf_firstColumn input.tristate {
	margin-left: 0px;
	margin-right: 5px;
}

.rf_label {	
	text-align:left;
	color:var(--COLOR_TEXT);
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}

.fltContent .rf_label {
	font-weight:normal;
}

.mulitLines .rf_label span.can-edit {
	/* labels are rendered over more than one line if needed */
	white-space: pre-line;
}

.rf_inputCell .rightAlign {
	text-align: right;
	padding-right: 5px;
}

.rf_groupCell {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: minmax(22px, max-content) 1fr;
	grid-gap: 0px;
	border: 1px solid #DFE6F0;
	border-radius: var(--GROUP_RADIUS);
	margin-bottom: 10px;
    min-width: -moz-min-content;    /* Firefox */
    min-width: -webkit-min-content; /* Chrome */
    min-width: min-content;
}

.rf_groupCell.noLegend {
	grid-template-rows: 1fr;
}

.rf_groupCell.noBorder {
	border: 0px;
}

.rf_groupCell.collapsed {
	border-radius: var(--GROUP_COLLAPSED_RADIUS);
}

.fltContent .rf_groupCell {
    border-top:1px solid #F6F7F8; 
    border-right:1px solid #F6F7F8;
    border-bottom:1px solid #7695C3;
    border-left:1px solid #7695C3; 
	border-radius: 0px;
    position:relative;
    padding: 0.5em;
}

.rf_groupCell .rf_header {
	border-radius: var(--GROUP_TITLE_RADIUS);
	padding-left: 0px;
	padding-right: 10px;
	background: var(--GROUP_TITLE_BACKGROUND); 
	color: var(--GROUP_LABEL_COLOR);
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    min-height: var(--ICON_SIZE_NORMAL);
}

.rf_groupCell.noLegend > .rf_header,
.fltContent .rf_groupCell .rf_header {
	background: transparent;
}

.rf_groupCell .rf_header select,
.rf_groupCell .rf_header label {
	color: var(--GROUP_LABEL_COLOR);
    font-weight: bold;
    margin-bottom: 0px;
}

.rf_inputCell label {
	padding-right: 4px;
}

.rf_descriptionCell {
	display: table;
	padding-top: 8px;
	grid-column: 1 / -1;
}

.rf_label .cCheckbox,
.rf_label .cIconSelect {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
} 

.rf_hr {
	height: 0px;
	grid-column: 1 / -1;
    margin-top: 5px;
}

.rf_hr.visible {
	border-top: 1px solid #F6F7F8; 
    border-bottom: 1px solid #E2E5E9; 
    margin-bottom: 10px;
}

.rf_descriptionContainer {
	display: grid;
	grid-auto-flow: row;
	grid-gap: 4px 5px;
	grid-auto-rows: minmax(24px, max-content);
}

.rf_keepInline {
	display: inline;
}

.rf_inputCell.keepInline {
	margin-bottom: 10px;	
}

/* Form editor */

.cFormEditorDisplay .hidden, 
.hidden { 
	display: none; 
}

.cFormEditorPreview .rf_dropTarget { 
	height: calc(100% - 20px);
}

.rf_editor, .cFormEditorPreview.rf_dropTarget { 
	height: 100%;
}

.rf_dropTarget { 
	min-height: 24px;
}

.rf_dropTarget > .cFormEditorDisplay,
.rf_dropTarget > .cFormEditorToolbar { 
	padding: 10px;
	height: calc(100% - 20px);
}

.cFormEditorPreview.rf_highlighted [data-type = 'columns'] .rf_groupCell,
.cFormEditorPreview.rf_highlighted .rf_dragElement .rf_inputCell,
.cFormEditorPreview.rf_highlighted .rf_dragElement .rf_table {
	background: rgba(255,255,255,0.6);
	border-radius: 0px
}

.rf_frame {
	min-height: 24px;
}

.rf_highlighted .rf_frameBorder:hover .rf_frame,
.rf_highlighted .rf_frame:hover,
.rf_highlighted .rf_wrapper:hover .rf_container {
	margin-left: 20px;
	margin-right: 20px;
	min-width: calc(100% - 40px);
}

.rf_highlighted .rf_frameBorder:hover,
.rf_highlighted .rf_wrapper:hover  {
	background-image: var(--FORM_EDITOR_BUTTON_INSERT_LEFT), var(--FORM_EDITOR_BUTTON_INSERT_RIGHT);
	background-repeat: no-repeat;
	background-position: left center, right center; 
}

.cFormEditorToolbox [data-tool=true] > .attribute {
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}

.cFormEditorToolbox div.rf_buttons > * {
	min-width: 50%;
	width: 50%;
}

/* form editor icons */
[data-tool=true] > .attribute .type-image > .tool {
	background-color: var(--BUTTON_COLOR);
	width: 10px;
	height: 10px;
	display: inline-block;
}

[data-tool=true] > .attribute:hover .type-image > .tool {
	background-color: var(--BUTTON_COLOR_HOVER);
}

.cFormEditorDisplay.edit .rf_frameBorder:hover > .rf_frame,
.cFormEditorDisplay.edit .rf_wrapper:hover > .rf_container {
	margin-left: 20px;
	min-width: calc(100% - 20px);
}

.rf_editor > .cFormEditorPreview:not(.rf_highlighted) > .cFormEditorDisplay.edit .rf_frameBorder:hover,
.rf_editor > .cFormEditorPreview:not(.rf_highlighted) > .cFormEditorDisplay.edit .rf_wrapper:hover {
	background-image: var(--FORM_EDITOR_BUTTON_MOVE);
	background-repeat: no-repeat;
	background-position: left center; 
}

.rf_frame.showBorder {
	border: 1px solid #DFE6F0;
}

.cFormEditorPreview.rf_highlighted .rf_inputCell,  
.cFormEditorPreview.rf_highlighted .rf_dragElement .rf_table {
	border: 1px dotted grey;
}

/* disable default drag and drop for images because icons and labels can be splitted in this case */
.rf_dropTarget img {
	user-drag: none; 
	-webkit-user-drag: none;
}

.rf_dropTarget img, .cFormEditorDisplay.edit {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.cFormEditorDisplay .rf_dragElement,
.cFormEditorDisplay .rf_dragElement label,
.cFormEditorDisplay .rf_dragElement input,
.cFormEditorDisplay .rf_dragElement textarea,
.cFormEditorElement label,
.cFormEditorElement input,
.cFormEditorElement textarea,
*[draggable=true] {
	cursor: pointer;
	cursor: grab;
}

.cFormEditorDisplay .rf_dragElement.rf_dragged {
	cursor: move;
	cursor: grabbing;
}

.cFormEditorDisplay .input-image {
	cursor: pointer;
}

.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_content,
.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_container {
	border: 1px dashed #7695C3;
	background: #FAFCFE;
}

.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_dropTarget.rf_parent {
	border: 1px dashed #7695C3;
	background: #dceaf8;
}

/* do not mark locked areas */
.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_locked .rf_content,
.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_locked .rf_container,
.cFormEditorPreview.rf_highlighted .cFormEditorElement:not(.rf_dragged) .rf_locked .rf_dropTarget.rf_parent,
.rf_highlighted .rf_dragged .rf_locked .rf_container,
.rf_dropArea .rf_locked,
.cFormEditorPreview.rf_highlighted .rf_locked .rf_inputCell,  
.cFormEditorPreview.rf_highlighted .rf_locked .rf_dragElement .rf_table {
	border: inherit;
	background: var(--BODY_BACK);
}

.rf_highlighted .rf_dragged .rf_container/*,
.cFormEditorDisplay.edit .rf_container:hover*/ {
	border: 1px solid #DFE6F0;
	border-radius: var(--GROUP_RADIUS);
}

.rf_editor .cFormEditorPreview.rf_highlighted .cFormEditorElement.rf_dragged .rf_content {
	border: 0px;
	background: #FFF;
}

.rf_dropArea {
	border: 1px dashed #7695C3;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(250, 252, 254, .5);
}

.rf_dropText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* for demo: display number of columns */
.dflSize0 .show-columns:after { content: "0"; }
.dflSize1 .show-columns:after { content: "1"; }
.dflSize2 .show-columns:after { content: "2"; }
.dflSize3 .show-columns:after { content: "3"; }
.show-columns { line-height: 24px; }

.rf_infoBox {
	border: 1px solid grey;
	margin-bottom: 10px;
	padding: 4px;
}

.cFormEditorToolbox [data-tool=true].rf_dragElement {
	display: inline-block;
	line-height: 12px;
	margin-bottom: 5px;
}

.cFormEditorToolbox [data-tool=true] > .attribute {
	padding: 2px 8px 3px 4px;
}

.cFormEditorToolbox [data-tool=true] > .attribute > .type-image {
	display: inline-block;
	width: 20px;
}

.rf_emptyCell {
	min-height: 24px;
}

.rf_table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 5px;
}

.rf_table th, .rf_table td {
	border: 1px solid #DFE6F0;
}

/* Indent label for derived resources, e.g. for the label of the input field for the tooltip. */
.additional-resource .rf_label {
	padding-left: 7px;
	box-sizing: border-box;
}

/* Indent label for derived resources, e.g. for the label of the input field for the tooltip. */
.additional-resource.with-spacing div:last-child {
	margin-bottom: 20px;
}

/* Reactive forms for Internet Explorer support */
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .rf_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .rf_content {
    margin-left: calc(-1*var(--RF_HORIZONTAL_GAP_COLUMNS));
  }
  
  .rf_content > *:not(body) {
    margin-left: var(--RF_HORIZONTAL_GAP_COLUMNS);
  }
  
  .rf_content > .rf_columnsLayout {
    margin-left: 0px;
  }
    
  .rf_line,
  .cMediaQuery .rf_groupCell .rf_content .rf_groupCell:not(.cols5),
  .rf_columnsLayout .rf_content > * > .rf_line, 
  .rf_columnsLayout .rf_line, 
  .rf_columnsLayout .rf_groupCell .rf_groupCell, 
  .rf_content > *:not(body),
   .cMediaQuery .rf_content.cols1 > *:not(body),
  .cMediaQuery .rf_content .rf_content:not(.cols2):not(.cols3):not(.cols4):not(.cols5) > *:not(.rf_line):not(.dfListEntry),
  .cMediaQuery .rf_columnsLayout .rf_content:not(.cols2):not(.cols3):not(.cols4):not(.cols5) > *:not(.rf_line):not(.dfListEntry),
  .dflSize0 .rf_content > *:not(.rf_line),
  .dflSize1 .rf_content > *:not(.rf_line),
  .dflSize2 .maxCols1 .rf_content > *:not(.rf_line):not(.rf_groupCell),
  .dflSize3 .maxCols1 .rf_content > *:not(.rf_line):not(.rf_groupCell) {
	/* avoid creating more columns than possible, use cols classes manually in those cases */ 
    min-width: 100px;
    width: 100%;
  }
  
  .cMediaQuery:not(.dflSize0):not(.dflSize1) .rf_content.cols2 > *:not(.rf_line):not(.rf_groupCell),
  .dflSize2 .rf_content > *:not(.rf_line):not(.rf_groupCell),
  .cMediaQuery.dflSize3 .maxCols2 .rf_content > *:not(.rf_line):not(.rf_groupCell) {
    min-width: calc(50% - var(--RF_HORIZONTAL_GAP_CELLS));
    width: calc(50% - var(--RF_HORIZONTAL_GAP_CELLS)); 
  }

  .cMediaQuery:not(.dflSize0):not(.dflSize1):not(.dflSize2) .rf_content.cols3 > *:not(.rf_line):not(.rf_groupCell),
  .dflSize3 .rf_content > *:not(.rf_line):not(.rf_groupCell) {
    min-width: calc(33.3% - var(--RF_HORIZONTAL_GAP_CELLS));
    width: calc(33.3% - var(--RF_HORIZONTAL_GAP_CELLS)); 
  }

  .cMediaQuery:not(.dflSize0):not(.dflSize1):not(.dflSize2) .rf_content.cols4 > *:not(.rf_line):not(.rf_groupCell),
  .cMediaQuery.dflSize3 .maxCols4 .rf_content > *:not(.rf_line):not(.rf_groupCell) {
    min-width: calc(25% - var(--RF_HORIZONTAL_GAP_CELLS));
    width: calc(25% - var(--RF_HORIZONTAL_GAP_CELLS)); 
  }
  
  .cMediaQuery:not(.dflSize0):not(.dflSize1):not(.dflSize2) .rf_content.cols5 > *:not(.rf_line):not(.rf_groupCell),
  .dflSize3 .maxCols5 .rf_content > *:not(.rf_line):not(.rf_groupCell) {	
    min-width: calc(20% - var(--RF_HORIZONTAL_GAP_CELLS));
    width: calc(20% - var(--RF_HORIZONTAL_GAP_CELLS)); 
  }  
  
  .cMediaQuery.dflSize0 .dfListContent .rf_columnsLayout > .dfListEntry,
  .cMediaQuery.dflSize1 .dfListContent .rf_columnsLayout > .dfListEntry,
  .cMediaQuery.dflSize3 .dfListContent .rf_columnsLayout.cols3 > *:not(.rf_line):not(.rf_line),
  .dfListContent .rf_columnsLayout > .dfListEntry {
 	min-width: 100px;
 	width: 100%;
  }
  
  /* flexboxes are not working correctly inside table/table-cells */
  .frmBody div.fltArea,
  .frmBody div.fltContainer {
	display: block;
  }
     
  .rf_descriptionCell {
  	border: 1px solid rgba(0,0,0,0.0); /* trick to make a wordwrap  */
  } 
  
  .cMediaQuery.dflSize1 .rf_inputCell > :nth-child(n+2),
  .rf_inputCell.rf_line > :nth-child(n+2) {
	padding-left: 5px;
  }

  .rf_hr {
    margin-bottom: 20px;
  }

  .rf_inputCell, .rf_line {
	margin-bottom: 4px;	
  }
}


h5.card-title {
    font-size: 1.25rem;
    margin-top: 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    text-indent: -27px;
    margin-left: 27px;
}

@media all and (min-width:576px) {
	.container {
	    max-width: 540px;
	}
}

@media all and (min-width:768px) {
	.container {
	    max-width: 720px;
	}
}

@media all and (min-width:992px) {
	.container {
	    max-width: 960px;
	}
}

@media all and (min-width:1200px) {
	.container {
	    max-width: 1140px;
	}
}

.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	text-align: center;
	margin-bottom: 20px;
}

/* Icon font image.*/
.card-img-top i.fas,
.card-img-top i.far,
.card-img-top i.fab,
.card-img-top i.tl-icon {
	font-size: 120px;
	color: var(--TILES_CARD_IMAGE_COLOR);
}

/* Ordinary image.*/
.card-img-top img {
	height: 120px;
}

.card-title {
    margin-bottom: 0.5rem;
    text-align: left;
}

.card-title::before {
	content: 'o';
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #0190b8;
}

div.card-text {
	color: #747c7e;
}

div.card-text p {
	margin-top: 0px;
	margin-bottom: 12px;
}

div.card-text p:last-child {
	margin-bottom: 0px;
}

.tileContainer {
	box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tileRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card {
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.18);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    height: 21.4rem;
    width: 21rem;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
}

.card .preview-error {
	width: 100%;
	height: 100%;
	outline: var(--ERROR_OUTLINE);
	border: var(--ERROR_BORDER);
}

.previewBoxOuter {
	border: 1px solid #ced1d2;
	border-radius:0.4em;
	height: 60%;
	width: 90%;
	bottom: 5%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 3px;
}

.previewBoxInner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cardNotAllowed {
   opacity: 0.2;
}


.tileNotAllowed {
	color: graytext;
	font-style: italic;
}

.tileAllowed {
}

.tileAllowed.personalizedTile::after, 
.tileNotAllowed.personalizedTile::after {
	content: ' (*)';
}

.i18nStringTable {
	width: 100%;
}

.i18nStringTD {
	width: 0px; vertical-align:top;
}

div.documentTile {
	position: absolute;
	width: 100%;
	height: 100%;
}

div.documentTile iframe {
	border: none;
}

.card .cButton {
	position: absolute;
	top: 0.75em;
	right: 2.0em;
}

.card h5.card-title {
	max-width: 14em;
}

.tileContainer .tileNoCards {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%);
	text-align: center;
	font-size: 25px;
}

/* Disabled icon font buttons in the toolbar */
.cToolbar .cImageButton a.disabled i {
	color: var(--TOOLBAR_BUTTON_ICON_COLOR_DISABLED);
}

.cFormEditorElement {
	line-height: 24px;
}

.cFormEditorElement .rf_header {
	line-height: initial;
}

.logEntryFilter .leftField .cError .no-error {
	width: 0;
	height: 0;
}
			
.logEntryFilter .leftField {
	margin-right: 0.5em
}
			
.logEntryFilter .rightField {
	margin-left: 0.5em
}

/* Remove pointer-events from disabled elements so they don't block mouse events from bubbling up to parent items. 
 * Without this rule, tool-tips do not work on disabled input elements in Chrome and Edge.
 */
input[disabled] {
  pointer-events: none;
}

span.colorDisplay {
	display: inline-block;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 20px;
	height: 20px;
}

img.iconDisplay {
	max-width: 150px;
	max-height: 40px;
}

/* ========================================== */
/* ==== Calendar styles for marked cells ==== */
/* ========================================== */

.cal_cell.disabled {
	color: grey;
	font-style: italic;
	cursor: default;
}

.cal_cell.disabled:hover {
	background: none;
}

/* ================================= */
/* === Drag & drop file upload  ==== */
/* ================================= */

.dropControl {
	position: relative;
	height: 100%;
	display: inline-block;
	width: 100%;
}

.dropControl .dragover {
	display: flex;
	align-items: center;
	justify-content: center;
	border: dashed;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255, 0, 0, .5);
}

.dropControl .dragover.allowed {
	background: rgba(0, 128, 128, .5);
}

.dropFrame {
	height: 100%;
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
}

.dropText {
	margin: auto;
	text-align: center;
	width: 100%;
}

/* ============================================= */
/* ===== Drag & Drop upload progress bar  ====== */
/* ============================================= */

.dndProgressDialog {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 50em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -25em; /*set to a negative number 1/2 of your width*/
	background: #f5f5f5;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	z-index: 1000;
}

.dndUploadDialogContent {
	margin: 5%;
	width: 90%;
	height: 10em;
}

.dndUploadProgressText {
	font-family: var(--TEXT_FAMILY);
	color: var(--COLOR_TEXT);
	font-size: 1.5em;
	margin: 0%;
}

.dndProgressBarFrame {
	display: none;
	height: 3em;
	width: 100%;
	margin-top: 3em;
	margin-bottom: 1em;
	border-radius: 5px;
	box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.dndProgressBar {
	height: 100%;
	margin: 5px;
}

.dndProgress {
	display: inline-block;
	height: 75%;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	transition: width .2s linear;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-image: -webkit-linear-gradient(left, var(--ACCORDION_BACKGROUND_COLOR), 
	var(--ACCORDION_BEVEL_COLOR));
}

.dndLoader {
	display: none;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 20px);
}

.dndLoaderBox {
	width: 50px;
	height: 50px;
	background-color: var(--ACCORDION_BACKGROUND_COLOR);
	animation: animate 0.6s linear infinite, colorChange 2.4s linear
		infinite;
}

.dndLoaderShadow {
	width: 50px;
	height: 5px;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	animation: shadow .5s linear infinite;
}

@keyframes animate {
	17% { border-bottom-right-radius: 3px; }
	25% { transform: translateY(9px) rotate(22.5deg); }
	50% {
		transform: translateY(18px) scale(1, .9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% { transform: translateY(9px) rotate(67.5deg); }
	100% { transform: translateY(0) rotate(90deg); }
}

@keyframes colorChange {
	0% { background-color:  var(--ACCORDION_BEVEL_COLOR); }
	50% { background-color: var(--ACCORDION_BACKGROUND_COLOR); }
	100% { background-color: var(--ACCORDION_BEVEL_COLOR); }
}

@keyframes shadow {
	50% {
		transform: scale(1.2, 1);
	}
}

.i18nTranslationCommand {
/* Style for the "translation command" aspect field, same as input.is-action*/
	margin-left: 2px;
}

.cPDFDisplay {
/* Center replacement message. */
	text-align: center;
}
.cPDFDisplay .missingPDFIcon {
	font-size: 3em;
}

.popupEditField {
	display: flex;
}

.popupEditField div.tlscript {
	width: 100%;
}

div.dirtyHandlingDialog {
	width: 100%;
	height: 100%; 
	overflow: auto;
}

div.dirtyHandlingDialog .message {
	margin: 15px;
}

div.dirtyHandlingDialog .changes {
	margin: 5px;
}

.verticalResizer:hover {
	cursor: ns-resize;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.tl-vstack {
	display: flex;
	flex-direction: column;
}

.tl-height-100 {
	height: 100%;
}

.tl-width-100 {
	width: 100%;
}

.tl-stacking-context {
	position: relative;
	z-index: 0;
}

.tl-table__content-container {
	min-height: 0;
	position: relative;
	overflow: hidden;
	/* tables content should always be displayed over its footer e. g. dropdowns */
	z-index: 1;
}

.tl-table {
	height: fit-content;
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0px;
	margin: 0px;
	background-color: var(--TABLE_BACKGROUND_COLOR);
}

.tl-table--fixed {
	table-layout: fixed;
	width: min-content;
}

.tl-table__header {
	position: sticky;
	top: 0;
	z-index: 1;
}

.tl-table__body {
	position: relative;
	z-index: 0;
}

.tl-table__footer {
	width: 100%;
	position: sticky;
	bottom: 0;
	left: 0;
}

.frmBody .tl-table__footer {
	position: relative;
}

.tl-table__row--placeholder {
	cursor: wait;
}

.tl-table__cell-resizer {
	width: 4px;
	opacity: 0;
	cursor: col-resize;
	background: var(--TABLE_RESIZE_GRABBER_COLOR);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: all 0.75s ease;
	filter: brightness(100%);
}

.tl-table__cell-resizer--active {
	filter: brightness(75%);
	opacity: 1;
}

.tl-table__cell {
	background-clip: padding-box !important;
	position: relative;
	box-sizing: border-box;
	background-color: var(--TABLE_CELL_BACKGROUND_COLOR);
}

.tl-table__cell--placeholder {
	padding: 6px !important;
	height: 100%;
}

.tl-table__cell:not(:last-child),
.tl-table-overlay__column:not(.tl-table-overlay__columns-container > :last-child) {
	border-right-style:   solid;
	border-right-width:   var(--TABLE_COLUMN_BORDER_WIDTH);
	border-right-color:   var(--TABLE_BORDER_COLOR);
}

.tl-table__cell:hover .tl-table__cell-resizer {
	filter: brightness(100%);
	opacity: 1;
}

.tl-table__header-cell-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.tblSelected .tl-table__cell {
	background: inherit;
}

.tl-table-overlay {
	position: relative;
	width: 100%;
	height:100%;
}

.tl-table__cell.tl-position--sticky,
.tl-table-overlay__column.tl-position--sticky {
	z-index: 2;
}

.tl-table-overlay__left-scroller {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100px;
	background-image: linear-gradient(to right, rgba(225,225,225,1), rgba(255,255,255,0));
	visibility: hidden;
}

.tl-table-overlay__right-scroller {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100px;
	background-image: linear-gradient(to left, rgba(225,225,225,1), rgba(255,255,255,0));
	visibility: hidden;
}

.tl-table-overlay__columns-container {
	display: flex;
	flex-direction: row;
	cursor: move;
	white-space: nowrap;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.tl-table-overlay__column-group {
	height: min-content;
}

.tl-table-overlay__column-group-header {
	position: sticky;
	z-index: 1;
}

.tl-table-overlay__column-group-body {
	display: flex;
	position: relative;
	z-index: 0;
}

.tl-table-overlay__column-group > .tl-table-overlay__column {
	/*
	 * Grouped column overlays are items in a flex container. 
	 *
	 * For flex items the min-width is set to auto (the browsers default for non
	 * flex item is 0). This causes, if the items are big enough, an overflow
	 * of the flex container.
	 */
	min-width: 0;
}

.tl-table-overlay__column {
	box-sizing: border-box;
}

.tl-table-overlay__column--dragged {
	z-index: 2;
	overflow: hidden;
}

.tl-table-overlay__column-placeholder {
	display: inline-block;
	white-space: nowrap;
	z-index: 1;
}

.tl-table-overlay__column-placeholder-content {
	box-sizing: border-box;
	border: 2px dashed #cbd5e0;
	background-color: #edf2f7;
	height: 100%;
}

.tl-position--sticky {
	position: sticky;
}

/*
 * Firefox is missing the has selector but it should be added in FF116:
 *
 * https://connect.mozilla.org/t5/ideas/when-is-has-css-selector-going-to-be-fully-implemented-in/idi-p/23794
 *
 * Then there is no need for additional classes to mark the last sticky colum and
 * a lot of code could be removed.
 *
 * The following selector could instead be used: .tl-position--sticky:has(+ :not(.tl-position--sticky))
 */
.tl-table__fix-flex-separator {
	z-index: 2;
	border-right-color: var(--TABLE_BORDER_COLOR) !important;
	border-right-width: var(--TABLE_SEPARATOR_WIDTH) !important;
	border-right-style: solid !important;
	width: 0px;
}

.tl-table-overlay .tl-table__fix-flex-separator {
	align-self: stretch;
}

.tl-table-overlay__scroller-icon {
	font-size: 25px;
	color: #bbbaba;
}

.tl-table__footer-pager {
	padding-top: 0px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom: 0px;
	border-top-color:gray;
	border-top-style:solid;
	border-top-width:1px;
	text-align: left;
    white-space:nowrap;
	background-color:var(--TABLE_HEADER);
}

.tl-table__footer-pager-item {
	padding-left: 2px;
	padding-right: 2px;
}

.tl-flex--fill {
	flex: 1 1 auto;
}

.tl-overflow--auto {
	overflow-x: auto;
}

.tl-placeholder {
	width: 100%;
	height: 100%;
	cursor: wait;
	background-color: lightgray;
}

.tl-placeholder--glow {
  opacity: 0;
  animation: tl-glow 2s ease-in-out infinite;
}

@keyframes tl-glow {
  50% {
    opacity: 1;
  }
}

.tl-hide {
	display: none !important;
}

.tl-line_height--normal {
	line-height: normal !important;
}



/* ============================================= */
/* ========== DropDown with Tooltip  =========== */
/* ============================================= */

/* 	The CSS-Class prefix "ddwtt" uniquely identifies elements from DropDownControl.
	The prefix stands for "DropDown With ToolTip". */
.ddwttContainer {
	position: relative;
	text-align: center;
	cursor: default;
	margin: 0 !important;
}

.dfContent .ddwttContainer::before, .dfContent .ddwttContainer::after {
	content: " ";
}

.mandatory .ddwttDropBtn {
	background-color: var(--MANDATORY_FIELD_BG);
	border: 1px solid var(--LAYOUT_MAIN_COLOR);
}

.rf_header .ddwttDropBtn {
	background-color: unset;
	border: 1px solid var(--border-subtle);
	color: var(--GROUP_LABEL_COLOR);
	height: 20px;
}

.rf_header .ddwttChevron::after {
	color: var(--GROUP_LABEL_COLOR);
}

.ddwttDropBtn {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	height: 22px;
	border: 1px solid var(--border-subtle);
	border-radius: 4px;
}

.ddwttDropBtn.up {
	border-radius: 0 0 4px 4px;
}

.ddwttDropBtn.down {
	border-radius: 4px 4px 0 0;
}

.ddwttDropBtn > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ddwttChevron::after {
	display: inline-block;
	position: relative;
	height: 0.5em;
	width: 0.5em;
	transform: rotate(45deg);
	margin-left: 0.5em;
	content: '';
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	color: var(--ICON_COLOR_BASIC);
	flex-shrink: 0;
}

.ddwttChevron.up:after {
	top: 0.125em;
	transform: rotate(-45deg);
}

.ddwttChevron.down:after {
	top: -0.125em;
	transform: rotate(135deg);
}

/* DropDown */
.ddwttDDBox {
	display: flex;
	flex-direction: column;
	margin: 0;
	position: fixed;
	width: fit-content;
	z-index: 10;
	background-color: white;
	border: 1px solid var(--border-subtle);
	color: black;
	font-weight: normal;
	box-sizing: border-box;
}

.ddwttDDBox span {
	margin: 0;
	line-height: 24px;
	/* line-height: 2em !important; */ /* estimated setting for new design-theme */
}

.ddwttContainer .ddwttDDBox {
	display: none;
}

.ddwttDDList {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.ddwttSearch {
	border: none !important;
	border-radius: initial;
}

.ddwttHide {
	position: absolute;
	clip-path: circle(0);
	top: 0;
	left: 0;
}

.ddwttSelectedItem {
	display: none;
}

.ddwttItem {
	position: relative;
	text-align: left;
	/* padding: 8px 12px; */ /* estimated setting for new design-theme */
	padding: 0.2em 8px;
}

.ddwttActiveItem {
	background-color: #EAEEF1;
	outline: none;
}

.ddwttImmutableItem {
	display: inline;
	text-align: left;
}

.ddwttItemIcon {
	margin-right: 8px !important;
	padding-left: 3px;
}

.ddwttItem .ddwttItemLabel {
	display: inline-block;
	cursor: default;
}

/* Tags */
.ddwttTagLoc, .ddwttTag {
	display: inline-flex;
	width: fit-content;
	text-align: left;
}

.ddwttTag {
	margin-right: 8px;
	border: 1px solid var(--border-subtle);
	border-radius: 4px;
	padding-left: 4px;
	height: 22px;
	align-items: center;
}

.ddwttTag .ddwttTagX {
	padding: 0;
	/* Style from .input-image */
	display: inline-block;
	background-color: var(--LAYOUT_MAIN_COLOR);
	background: var(--IMAGE_BUTTON_BACKGROUND);
	border: var(--IMAGE_BUTTON_BACKGROUND_BORDER);
	box-shadow: var(--IMAGE_BUTTON_BACKGROUND_BOXSHADOW);
	width: var(--ICON_SIZE_NORMAL);
	height: var(--ICON_SIZE_NORMAL);
	/* Style from .fClear */
	transform: scale(0.7);
	margin: 0;
}

.ddwttTagX i {
	/* Style from .input-image i */
	color: var(--ICON_COLOR_BUTTON_BASIC);
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*
 * Generated from '/style/ajax-form.css'
 */

.error input.is-input, 
.error-annotation input.is-input, 
.error input.is-popup, 
.error-annotation input.is-popup, 
.error input.is-upload, 
.error-annotation input.is-upload, 
.error button.ColorChooser,
.error-annotation button.ColorChooser,
.error.active input.tristate,
.error-annotation.active input.tristate,
.error.active input.is-checkbox,
.error-annotation.active input.is-checkbox,
.error.active input.is-radio,
.error-annotation.active input.is-radio,
.error.active.cBeacon, /* AND selector --> .error AND .cBeacon */
.error-annotation.active.cBeacon, /* AND selector --> .error-annotation AND .cBeacon */
.error.cDataItem iframe, /* AND selector --> .error AND .cDataItem */
.error-annotation.cDataItem iframe, /* AND selector --> .error-annotation AND .cDataItem */
.error select, 
.error-annotation select, 
.error textarea,
.error-annotation textarea,
.error .ace_editor,
.error-annotation .ace_editor {
	outline: var(--ERROR_OUTLINE);
	border: var(--ERROR_BORDER);
}

.error .ace_editor textarea,
.error-annotation .ace_editor textarea { 
	border: initial; 
}

/* These browsers do not support outline of radio boxes */
.IE8 .error.active input.is-radio,
.IE8 .error-annotation.active input.is-radio,
.IE9 .error.active input.is-radio,
.IE9 .error-annotation.active input.is-radio,
.IE10 .error.active input.is-radio,
.IE10 .error-annotation.active input.is-radio {
	border: 2px red solid;
}

input.error,
input.error-annotation {
	outline: var(--ERROR_OUTLINE);
}

span.is-error, .is-error li {
	color: red;
}

span.is-error .error,
span.is-error .error-annotation,
span.is-error .warning,
span.is-error .warning-annotation {
	margin-left: 2px;
}

.warning input.is-input, 
.warning-annotation input.is-input, 
.warning input.is-popup,
.warning-annotation input.is-popup,
.warning input.is-upload,
.warning-annotation input.is-upload,
.warning button.ColorChooser,
.warning-annotation button.ColorChooser,
.warning.active input.tristate,
.warning-annotation.active input.tristate,
.warning.active input.is-checkbox,
.warning-annotation.active input.is-checkbox,
.warning.active input.is-radio,
.warning-annotation.active input.is-radio,
.warning.active.cBeacon, /* AND selector --> .error AND .cBeacon */
.warning-annotation.active.cBeacon, /* AND selector --> .error AND .cBeacon */
.warning.cDataItem iframe, /* AND selector --> .error AND .cDataItem */ 
.warning-annotation.cDataItem iframe, /* AND selector --> .error AND .cDataItem */ 
.warning select, 
.warning-annotation select, 
.warning textarea,
.warning-annotation textarea,
.warning .ace_editor,
.warning-annotation .ace_editor {
	outline: var(--WARNING_OUTLINE);
	border: var(--WARNING_BORDER);
}

.warning .ace_editor textarea, 
.warning-annotation .ace_editor textarea { 
	border: initial; 
}

/* These browsers do not support outline of radio boxes */
.IE8 .warning.active input.is-radio,
.IE8 .warning-annotation.active input.is-radio,
.IE9 .warning.active input.is-radio,
.IE9 .warning-annotation.active input.is-radio,
.IE10 .warning.active input.is-radio,
.IE10 .warning-annotation.active input.is-radio {
	border: 2px orange solid;
}

input.warning,
input.warning-annotation {
	outline: var(--WARNING_OUTLINE);
	border: var(--WARNING_BORDER);
}

.is-tooltip {
	display: none;
}

.config {
    display: none;
}

span.accesskey {
	text-decoration: underline;
}

fieldset.collapsed {
	padding-bottom: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

fieldset.collapsed div.is-group-content {
	display: none;
}

.is-group-collapse {
	position: relative;
	bottom: -3px;
}

/**
 * Prevent complex controls that consist of multiple fields and buttons
 * form breaking into several lines.
 */
span.can-edit {
	white-space: pre;
}

/*
 * Functional styles. No configuration!
 */

.invisible {
	display: none;
}

.can-edit .is-display {
	display: none;
}

.cannot-edit .is-input {
	display: none;
}

.cannot-edit .is-input,
.cannot-edit .is-upload
 {
	display: none;
}

.disabled .is-action {
	display: none;
}

.cannot-edit .is-action {
	display: none;
}

input.is-action,
a.is-action {
	margin-left: 2px;
}

/*.is-onerror*/.no-error .is-error {
	display: none;
}

.dragImage ul {
	list-style-type: none;	
}

/*
 * Generated from '/style/assistant.css'
 */

.assistantContent {
	background-color: var(--SECONDARY_BACKGROUND_COLOR);
	margin: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

.assistantList {
	margin: 2px;
}

.assistantElement {
	display: inline;
	margin-right: 25px;
}

.assistantFirstElement {
}

.assistantPrev {
	
}

.assistantCurrentStep {
}

.assistantNext {
	color: #AAAAAA;
}

.assistantLastElement {
	margin-right: 0px;
}

.assistantImage {
	margin: 3px;
	vertical-align:middle;
}

/*
 * Generated from '/style/fotorama.css'
 */

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__fullscreen-icon:focus:after,
.fotorama__arr:focus:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__img, .fotorama__html, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3
.fotorama__fullscreen-icon, .fotorama__wrap--css3
.fotorama__video-play, .fotorama__wrap--css3
.fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__nav__frame, .fotorama__fullscreen-icon:focus,
.fotorama__arr:focus {
  outline: 0; }

.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__fullscreen-icon:focus:after,
.fotorama__arr:focus:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -webkit-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms; }

.fotorama__wrap, .fotorama__no-select, .fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box; }

.fotorama__caption__wrap {
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  background: url("fotorama.png") no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
      background: url("fotorama@2x.png") no-repeat;
      background-size: 96px 160px; } }

.fotorama__thumb {
  background-color: var(--layer-accent); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close, .fotorama__thumb-border {
    background: none !important; } }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }
  .fotorama--fullscreen .fotorama__stage,
  .fotorama--fullscreen .fotorama__nav {
    background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__stage,
.fotorama__nav {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }
  .fotorama__stage__frame.fotorama__active {
    z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }
  .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important; }
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
  .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__nav--thumbs {
  display: block; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
  .fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid var(--border-strong); }
  .fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px; }
  .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
      padding: 3px;
      top: -3px;
      left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: var(--link-primary);
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.5; }
 
 .fotorama__wrap--rtl .fotorama__caption {
   left: auto;
   right: 0; }

.fotorama__wrap--video .fotorama__caption, .fotorama__wrap--no-captions .fotorama__caption {
   display: none; }

.fotorama__caption__wrap {
  background-color: var(--layer);
  padding: var(--spacing-01) var(--spacing-03); }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

/* Strange fix of the #66 issue (Firefox bug while sliding backwards) */
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__fullscreen-icon:focus,
.fotorama__arr:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }
  .fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }
  .fotorama__wrap--css2 .fotorama__video-close {
    display: none; }
  .fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0); }
  .fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1; }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1; }

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block; }
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s; }

.fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%; }
.fotorama__stage:before, .fotorama__nav:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px; }
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
  left: 0; }
.fotorama__stage:after, .fotorama__nav:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px; }
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none; }

/*
 * Generated from '/style/mdtimepicker.css'
 */

/* Time input control */
/*!Don't remove this!
 * jQuery MDTimePicker v1.0 plugin
 * 
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 *
 * Date: Tuesday, August 28 2017
 */

.mdtimepicker {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 240px;
	height: 240px;
	box-shadow: var(--shadow-menu);
	border: 1px solid var(--border-subtle);
    background-color: var(--layer);
    z-index: 100000;
}

.mdtimepicker.hidden { display: none; }
.mdtimepicker.animate { background-color: transparent; }
.mdtp__wrapper {
	position: absolute;
	top: 0px;
	display: flex;
	flex-direction: column;
	min-width: 240px;
	opacity: 1;
	user-select: none;
	transform: scale(1);
	transition: transform .28s ease, opacity .28s ease;
	overflow: hidden;
}

.mdtp__wrapper.animate {
	transform: translateX(-50%) scale(1);
	opacity: 0;
}

.mdtp__time_holder {
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--text-primary);
	text-align: center;
	background: var(--layer-accent);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: var(--layer-accent);
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}

.mdtp__time_holder > span {
	display: inline-block;
	line-height: 48px;
	cursor: default;
}

.mdtp__time_holder > span:not(.mdtp__timedots):not(.mdtp__ampm) {
	cursor: pointer;
	margin: 0 4px;
}

.mdtp__time_holder .mdtp__time_h.active, .mdtp__time_holder .mdtp__time_m.active { color: var(--background); }
.mdtp__time_holder .mdtp__ampm { font-size: 12px; }
.mdtp__clock_holder {
	position: relative;
	background-color: var(--layer);
}

.mdtp__clock_holder .mdtp__clock {
    position: relative;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    margin-top: 4px;
    border-radius: 50%;
    background-color: var(--background);
    border: 1px solid var(--border-subtle);
}

.mdtp__time_holder .mdtp__am, .mdtp__time_holder .mdtp__pm {
	display: block;
	position: absolute;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid var(--border-subtle);
	transition: background-color .2s ease, color .2s;
	z-index: 3;
}

.mdtp__time_holder .mdtp__am { left: 0px; }
.mdtp__time_holder .mdtp__pm { right: 0px; }
.mdtp__time_holder .mdtp__am:hover, .mdtp__time_holder .mdtp__pm:hover { background-color: rgba(0,0,0,.1); }
.mdtp__time_holder .mdtp__am.active, .mdtp__time_holder .mdtp__pm.active {
	color: var(--background);
	background: rgba(0,0,0,.1);
}
	
.mdtp__clock .mdtp__clock_dot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 4px;
	background-color: var(--layer-accent);
	border-radius: 50%;
}

.mdtp__clock .mdtp__hour_holder,
.mdtp__clock .mdtp__minute_holder {
	width: 100%;
	height: 100%;
	opacity: 1;
	transform: scale(1);
	transition: transform .35s cubic-bezier(0.4, 0.0, 0.2, 1), opacity .35s ease;
	overflow: hidden;
}

.mdtp__clock .mdtp__hour_holder.animate {
	transform: scale(1.2);
	opacity: 0;
}

.mdtp__clock .mdtp__minute_holder.animate {
	transform: scale(.8);
	opacity: 0;
}

.mdtp__clock .mdtp__hour_holder.hidden, .mdtp__clock .mdtp__minute_holder.hidden { display: none; }
.mdtp__clock .mdtp__digit {
	position: absolute;
	width: calc(50% - 1px);
	top: 50%;
	left: 0;
	margin-left: 1px;
	margin-top: -16px;
	transform-origin: right center;
	z-index: 1;
}
	
.mdtp__clock .mdtp__digit .outer,
.mdtp__clock .mdtp__digit .inner,
.mdtp__clock .mdtp__digit span {
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 29px;
	margin-left: 0px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .28s, color .14s;
}

.mdtp__clock .mdtp__digit .inner {
	font-size: 10px;
}
	
.mdtp__digit .outer.active,
.mdtp__digit .inner.active,
.mdtp__digit.active .hour,
.mdtp__digit.active .minute,
.mdtp__clock .mdtp__digit span:hover {
	background: var(--layer-hover);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: var(--layer-hover);
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	color: var(--text-primary);
	z-index: 2;
}

.mdtp__digit .minute:not(.minute_small) {
    z-index: 3;
}

.mdtp__digit .minute.minute_small {
    z-index: 2;
    opacity: 0;
    padding: 0px;
}

.mdtp__digit .minute_small:hover {
	opacity: 1;
  	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-left: 0px;
	text-align: left;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .28s, color .14s;
}	

.mdtp__digit.active > .minute_small {
	opacity: 1;
}
	
.mdtp__digit.active:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	height: 2px;
	width: calc(100% - 29px);
	background-color: var(--layer-accent);
	z-index: -1;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit { font-size: 12px; }
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) {
	margin-top: -6px;
	height: 12px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
	width: 12px;
	height: 12px;
	line-height: 14px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit .minute {
	margin-left: 16px;	
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker).active:before { width: calc(100% - 26px); }


.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker { margin-top: -12px; }
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker.active:before { width: calc(100% - 34px); }
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;	
}

.mdtp__digit.rotate-6 { transform: rotate(6deg); } .mdtp__digit.rotate-6 span { transform: rotate(-6deg); }
.mdtp__digit.rotate-12 { transform: rotate(12deg); } .mdtp__digit.rotate-12 span { transform: rotate(-12deg); }
.mdtp__digit.rotate-18 { transform: rotate(18deg); } .mdtp__digit.rotate-18 span { transform: rotate(-18deg); }
.mdtp__digit.rotate-24 { transform: rotate(24deg); } .mdtp__digit.rotate-24 span { transform: rotate(-24deg); }
.mdtp__digit.rotate-30 { transform: rotate(30deg); } .mdtp__digit.rotate-30 span { transform: rotate(-30deg); }
.mdtp__digit.rotate-36 { transform: rotate(36deg); } .mdtp__digit.rotate-36 span { transform: rotate(-36deg); }
.mdtp__digit.rotate-42 { transform: rotate(42deg); } .mdtp__digit.rotate-42 span { transform: rotate(-42deg); }
.mdtp__digit.rotate-48 { transform: rotate(48deg); } .mdtp__digit.rotate-48 span { transform: rotate(-48deg); }
.mdtp__digit.rotate-54 { transform: rotate(54deg); } .mdtp__digit.rotate-54 span { transform: rotate(-54deg); }
.mdtp__digit.rotate-60 { transform: rotate(60deg); } .mdtp__digit.rotate-60 span { transform: rotate(-60deg); }
.mdtp__digit.rotate-66 { transform: rotate(66deg); } .mdtp__digit.rotate-66 span { transform: rotate(-66deg); }
.mdtp__digit.rotate-72 { transform: rotate(72deg); } .mdtp__digit.rotate-72 span { transform: rotate(-72deg); }
.mdtp__digit.rotate-78 { transform: rotate(78deg); } .mdtp__digit.rotate-78 span { transform: rotate(-78deg); }
.mdtp__digit.rotate-84 { transform: rotate(84deg); } .mdtp__digit.rotate-84 span { transform: rotate(-84deg); }
.mdtp__digit.rotate-90 { transform: rotate(90deg); } .mdtp__digit.rotate-90 span { transform: rotate(-90deg); }
.mdtp__digit.rotate-96 { transform: rotate(96deg); } .mdtp__digit.rotate-96 span { transform: rotate(-96deg); }
.mdtp__digit.rotate-102 { transform: rotate(102deg); } .mdtp__digit.rotate-102 span { transform: rotate(-102deg); }
.mdtp__digit.rotate-108 { transform: rotate(108deg); } .mdtp__digit.rotate-108 span { transform: rotate(-108deg); }
.mdtp__digit.rotate-114 { transform: rotate(114deg); } .mdtp__digit.rotate-114 span { transform: rotate(-114deg); }
.mdtp__digit.rotate-120 { transform: rotate(120deg); } .mdtp__digit.rotate-120 span { transform: rotate(-120deg); }
.mdtp__digit.rotate-126 { transform: rotate(126deg); } .mdtp__digit.rotate-126 span { transform: rotate(-126deg); }
.mdtp__digit.rotate-132 { transform: rotate(132deg); } .mdtp__digit.rotate-132 span { transform: rotate(-132deg); }
.mdtp__digit.rotate-138 { transform: rotate(138deg); } .mdtp__digit.rotate-138 span { transform: rotate(-138deg); }
.mdtp__digit.rotate-144 { transform: rotate(144deg); } .mdtp__digit.rotate-144 span { transform: rotate(-144deg); }
.mdtp__digit.rotate-150 { transform: rotate(150deg); } .mdtp__digit.rotate-150 span { transform: rotate(-150deg); }
.mdtp__digit.rotate-156 { transform: rotate(156deg); } .mdtp__digit.rotate-156 span { transform: rotate(-156deg); }
.mdtp__digit.rotate-162 { transform: rotate(162deg); } .mdtp__digit.rotate-162 span { transform: rotate(-162deg); }
.mdtp__digit.rotate-168 { transform: rotate(168deg); } .mdtp__digit.rotate-168 span { transform: rotate(-168deg); }
.mdtp__digit.rotate-174 { transform: rotate(174deg); } .mdtp__digit.rotate-174 span { transform: rotate(-174deg); }
.mdtp__digit.rotate-180 { transform: rotate(180deg); } .mdtp__digit.rotate-180 span { transform: rotate(-180deg); }
.mdtp__digit.rotate-186 { transform: rotate(186deg); } .mdtp__digit.rotate-186 span { transform: rotate(-186deg); }
.mdtp__digit.rotate-192 { transform: rotate(192deg); } .mdtp__digit.rotate-192 span { transform: rotate(-192deg); }
.mdtp__digit.rotate-198 { transform: rotate(198deg); } .mdtp__digit.rotate-198 span { transform: rotate(-198deg); }
.mdtp__digit.rotate-204 { transform: rotate(204deg); } .mdtp__digit.rotate-204 span { transform: rotate(-204deg); }
.mdtp__digit.rotate-210 { transform: rotate(210deg); } .mdtp__digit.rotate-210 span { transform: rotate(-210deg); }
.mdtp__digit.rotate-216 { transform: rotate(216deg); } .mdtp__digit.rotate-216 span { transform: rotate(-216deg); }
.mdtp__digit.rotate-222 { transform: rotate(222deg); } .mdtp__digit.rotate-222 span { transform: rotate(-222deg); }
.mdtp__digit.rotate-228 { transform: rotate(228deg); } .mdtp__digit.rotate-228 span { transform: rotate(-228deg); }
.mdtp__digit.rotate-234 { transform: rotate(234deg); } .mdtp__digit.rotate-234 span { transform: rotate(-234deg); }
.mdtp__digit.rotate-240 { transform: rotate(240deg); } .mdtp__digit.rotate-240 span { transform: rotate(-240deg); }
.mdtp__digit.rotate-246 { transform: rotate(246deg); } .mdtp__digit.rotate-246 span { transform: rotate(-246deg); }
.mdtp__digit.rotate-252 { transform: rotate(252deg); } .mdtp__digit.rotate-252 span { transform: rotate(-252deg); }
.mdtp__digit.rotate-258 { transform: rotate(258deg); } .mdtp__digit.rotate-258 span { transform: rotate(-258deg); }
.mdtp__digit.rotate-264 { transform: rotate(264deg); } .mdtp__digit.rotate-264 span { transform: rotate(-264deg); }
.mdtp__digit.rotate-270 { transform: rotate(270deg); } .mdtp__digit.rotate-270 span { transform: rotate(-270deg); }
.mdtp__digit.rotate-276 { transform: rotate(276deg); } .mdtp__digit.rotate-276 span { transform: rotate(-276deg); }
.mdtp__digit.rotate-282 { transform: rotate(282deg); } .mdtp__digit.rotate-282 span { transform: rotate(-282deg); }
.mdtp__digit.rotate-288 { transform: rotate(288deg); } .mdtp__digit.rotate-288 span { transform: rotate(-288deg); }
.mdtp__digit.rotate-294 { transform: rotate(294deg); } .mdtp__digit.rotate-294 span { transform: rotate(-294deg); }
.mdtp__digit.rotate-300 { transform: rotate(300deg); } .mdtp__digit.rotate-300 span { transform: rotate(-300deg); }
.mdtp__digit.rotate-306 { transform: rotate(306deg); } .mdtp__digit.rotate-306 span { transform: rotate(-306deg); }
.mdtp__digit.rotate-312 { transform: rotate(312deg); } .mdtp__digit.rotate-312 span { transform: rotate(-312deg); }
.mdtp__digit.rotate-318 { transform: rotate(318deg); } .mdtp__digit.rotate-318 span { transform: rotate(-318deg); }
.mdtp__digit.rotate-324 { transform: rotate(324deg); } .mdtp__digit.rotate-324 span { transform: rotate(-324deg); }
.mdtp__digit.rotate-330 { transform: rotate(330deg); } .mdtp__digit.rotate-330 span { transform: rotate(-330deg); }
.mdtp__digit.rotate-336 { transform: rotate(336deg); } .mdtp__digit.rotate-336 span { transform: rotate(-336deg); }
.mdtp__digit.rotate-342 { transform: rotate(342deg); } .mdtp__digit.rotate-342 span { transform: rotate(-342deg); }
.mdtp__digit.rotate-348 { transform: rotate(348deg); } .mdtp__digit.rotate-348 span { transform: rotate(-348deg); }
.mdtp__digit.rotate-354 { transform: rotate(354deg); } .mdtp__digit.rotate-354 span { transform: rotate(-354deg); }
.mdtp__digit.rotate-360 { transform: rotate(360deg); } .mdtp__digit.rotate-360 span { transform: rotate(-360deg); }


/*
 * Generated from '/style/codeeditor.css'
 */

.ace_editor {
	border: 1px solid lightgray;
	height: 200px;
	
	z-index: 0;
	isolation: isolate;
}

.fullSize .ace_editor {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: none;
	height: auto;
}

/*
 * Generated from '/style/element.css'
 */

@charset "UTF-8";

/* URL with Icon */

table td span.urlWithIcon {
	display: table;
	width: 100%;
	height: 100%;
}

table td span.urlWithIcon > .cTextInput,
table td span.urlWithIcon > a,
table td span.urlWithIcon > span.cTextInput span.lFlexible {
	display: inline;
}

table.tblFrozen td span.urlWithIcon > .cTextInput.active,
table.tblFrozen td span.urlWithIcon > .cTextInput.active + a  {
	display: table-cell;
	position:relative;
	height: 100%;
}

table.tblFrozen td span.urlWithIcon > .cTextInput.active {
	width: 100%;
}

table.tblFrozen td span.urlWithIcon > .cTextInput.active + a {
	width: 0px;
}

.rf_cell span.urlWithIcon {
	display: flex;
	align-items: center;
}

.rf_cell span.urlWithIcon .cTextInput.active,
.rf_cell span.urlWithIcon .cTextInput.active .lFlexible {
	display: contents;
}

.rf_cell span.urlWithIcon .is-input:not([size]) {
	box-sizing: border-box;
	width: 100%;
}

.rf_cell span.urlWithIcon .is-input {
	min-width: 20px;
	max-width: 100%;
}

/*
 * Generated from '/style/reportingFlex.css'
 */

div.previewContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

/*
 * Generated from '/style/modelSearch.css'
 */

/* Styles for display help for TL-Script.*/

div.tlScriptDoc {
	max-width: 500px;
	overflow: auto;
}

div.ace_tooltip {
	white-space: normal;
	max-height: 50vh;
	overflow: auto;
}

div.ace_tooltip>code {
	white-space: pre;
}

div.ace_tooltip>code.inlineCode {
	white-space: normal;
}

/*Styles for displaying the preview in a document tile.*/
.documentPreview .previewBoxInner {
	height: 100%;
}

.tablePreview .previewBoxInner,
.formPreview .previewBoxInner
{
	height: 100%;
	top: 0px;
	transform: none;
	overflow: hidden;
	text-align: left;
}

.galleryPreview .previewBoxInner {
	height: 100%;
}

.galleryPreview .previewBoxInner img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*
 * Generated from '/style/tl-chartjs.css'
 */


/* Expand the ChartJS control of a ChartJS component to 100% of its available space. */
div.cjsComp {
	position: relative;
	width: 100%;
	height: 100%
}

/*
 * Generated from '/style/bootstrap-icons.css'
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?7141511ac37f13e1a387fb9fc6646256") format("woff2"),
url("./fonts/bootstrap-icons.woff?7141511ac37f13e1a387fb9fc6646256") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }
.bi-1-circle-fill::before { content: "\f796"; }
.bi-1-circle::before { content: "\f797"; }
.bi-1-square-fill::before { content: "\f798"; }
.bi-1-square::before { content: "\f799"; }
.bi-2-circle-fill::before { content: "\f79c"; }
.bi-2-circle::before { content: "\f79d"; }
.bi-2-square-fill::before { content: "\f79e"; }
.bi-2-square::before { content: "\f79f"; }
.bi-3-circle-fill::before { content: "\f7a2"; }
.bi-3-circle::before { content: "\f7a3"; }
.bi-3-square-fill::before { content: "\f7a4"; }
.bi-3-square::before { content: "\f7a5"; }
.bi-4-circle-fill::before { content: "\f7a8"; }
.bi-4-circle::before { content: "\f7a9"; }
.bi-4-square-fill::before { content: "\f7aa"; }
.bi-4-square::before { content: "\f7ab"; }
.bi-5-circle-fill::before { content: "\f7ae"; }
.bi-5-circle::before { content: "\f7af"; }
.bi-5-square-fill::before { content: "\f7b0"; }
.bi-5-square::before { content: "\f7b1"; }
.bi-6-circle-fill::before { content: "\f7b4"; }
.bi-6-circle::before { content: "\f7b5"; }
.bi-6-square-fill::before { content: "\f7b6"; }
.bi-6-square::before { content: "\f7b7"; }
.bi-7-circle-fill::before { content: "\f7ba"; }
.bi-7-circle::before { content: "\f7bb"; }
.bi-7-square-fill::before { content: "\f7bc"; }
.bi-7-square::before { content: "\f7bd"; }
.bi-8-circle-fill::before { content: "\f7c0"; }
.bi-8-circle::before { content: "\f7c1"; }
.bi-8-square-fill::before { content: "\f7c2"; }
.bi-8-square::before { content: "\f7c3"; }
.bi-9-circle-fill::before { content: "\f7c6"; }
.bi-9-circle::before { content: "\f7c7"; }
.bi-9-square-fill::before { content: "\f7c8"; }
.bi-9-square::before { content: "\f7c9"; }
.bi-airplane-engines-fill::before { content: "\f7ca"; }
.bi-airplane-engines::before { content: "\f7cb"; }
.bi-airplane-fill::before { content: "\f7cc"; }
.bi-airplane::before { content: "\f7cd"; }
.bi-alexa::before { content: "\f7ce"; }
.bi-alipay::before { content: "\f7cf"; }
.bi-android::before { content: "\f7d0"; }
.bi-android2::before { content: "\f7d1"; }
.bi-box-fill::before { content: "\f7d2"; }
.bi-box-seam-fill::before { content: "\f7d3"; }
.bi-browser-chrome::before { content: "\f7d4"; }
.bi-browser-edge::before { content: "\f7d5"; }
.bi-browser-firefox::before { content: "\f7d6"; }
.bi-browser-safari::before { content: "\f7d7"; }
.bi-c-circle-fill::before { content: "\f7da"; }
.bi-c-circle::before { content: "\f7db"; }
.bi-c-square-fill::before { content: "\f7dc"; }
.bi-c-square::before { content: "\f7dd"; }
.bi-capsule-pill::before { content: "\f7de"; }
.bi-capsule::before { content: "\f7df"; }
.bi-car-front-fill::before { content: "\f7e0"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-cassette-fill::before { content: "\f7e2"; }
.bi-cassette::before { content: "\f7e3"; }
.bi-cc-circle-fill::before { content: "\f7e6"; }
.bi-cc-circle::before { content: "\f7e7"; }
.bi-cc-square-fill::before { content: "\f7e8"; }
.bi-cc-square::before { content: "\f7e9"; }
.bi-cup-hot-fill::before { content: "\f7ea"; }
.bi-cup-hot::before { content: "\f7eb"; }
.bi-currency-rupee::before { content: "\f7ec"; }
.bi-dropbox::before { content: "\f7ed"; }
.bi-escape::before { content: "\f7ee"; }
.bi-fast-forward-btn-fill::before { content: "\f7ef"; }
.bi-fast-forward-btn::before { content: "\f7f0"; }
.bi-fast-forward-circle-fill::before { content: "\f7f1"; }
.bi-fast-forward-circle::before { content: "\f7f2"; }
.bi-fast-forward-fill::before { content: "\f7f3"; }
.bi-fast-forward::before { content: "\f7f4"; }
.bi-filetype-sql::before { content: "\f7f5"; }
.bi-fire::before { content: "\f7f6"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-h-circle-fill::before { content: "\f7fa"; }
.bi-h-circle::before { content: "\f7fb"; }
.bi-h-square-fill::before { content: "\f7fc"; }
.bi-h-square::before { content: "\f7fd"; }
.bi-indent::before { content: "\f7fe"; }
.bi-lungs-fill::before { content: "\f7ff"; }
.bi-lungs::before { content: "\f800"; }
.bi-microsoft-teams::before { content: "\f801"; }
.bi-p-circle-fill::before { content: "\f804"; }
.bi-p-circle::before { content: "\f805"; }
.bi-p-square-fill::before { content: "\f806"; }
.bi-p-square::before { content: "\f807"; }
.bi-pass-fill::before { content: "\f808"; }
.bi-pass::before { content: "\f809"; }
.bi-prescription::before { content: "\f80a"; }
.bi-prescription2::before { content: "\f80b"; }
.bi-r-circle-fill::before { content: "\f80e"; }
.bi-r-circle::before { content: "\f80f"; }
.bi-r-square-fill::before { content: "\f810"; }
.bi-r-square::before { content: "\f811"; }
.bi-repeat-1::before { content: "\f812"; }
.bi-repeat::before { content: "\f813"; }
.bi-rewind-btn-fill::before { content: "\f814"; }
.bi-rewind-btn::before { content: "\f815"; }
.bi-rewind-circle-fill::before { content: "\f816"; }
.bi-rewind-circle::before { content: "\f817"; }
.bi-rewind-fill::before { content: "\f818"; }
.bi-rewind::before { content: "\f819"; }
.bi-train-freight-front-fill::before { content: "\f81a"; }
.bi-train-freight-front::before { content: "\f81b"; }
.bi-train-front-fill::before { content: "\f81c"; }
.bi-train-front::before { content: "\f81d"; }
.bi-train-lightrail-front-fill::before { content: "\f81e"; }
.bi-train-lightrail-front::before { content: "\f81f"; }
.bi-truck-front-fill::before { content: "\f820"; }
.bi-truck-front::before { content: "\f821"; }
.bi-ubuntu::before { content: "\f822"; }
.bi-unindent::before { content: "\f823"; }
.bi-unity::before { content: "\f824"; }
.bi-universal-access-circle::before { content: "\f825"; }
.bi-universal-access::before { content: "\f826"; }
.bi-virus::before { content: "\f827"; }
.bi-virus2::before { content: "\f828"; }
.bi-wechat::before { content: "\f829"; }
.bi-yelp::before { content: "\f82a"; }
.bi-sign-stop-fill::before { content: "\f82b"; }
.bi-sign-stop-lights-fill::before { content: "\f82c"; }
.bi-sign-stop-lights::before { content: "\f82d"; }
.bi-sign-stop::before { content: "\f82e"; }
.bi-sign-turn-left-fill::before { content: "\f82f"; }
.bi-sign-turn-left::before { content: "\f830"; }
.bi-sign-turn-right-fill::before { content: "\f831"; }
.bi-sign-turn-right::before { content: "\f832"; }
.bi-sign-turn-slight-left-fill::before { content: "\f833"; }
.bi-sign-turn-slight-left::before { content: "\f834"; }
.bi-sign-turn-slight-right-fill::before { content: "\f835"; }
.bi-sign-turn-slight-right::before { content: "\f836"; }
.bi-sign-yield-fill::before { content: "\f837"; }
.bi-sign-yield::before { content: "\f838"; }
.bi-ev-station-fill::before { content: "\f839"; }
.bi-ev-station::before { content: "\f83a"; }
.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
.bi-fuel-pump-diesel::before { content: "\f83c"; }
.bi-fuel-pump-fill::before { content: "\f83d"; }
.bi-fuel-pump::before { content: "\f83e"; }
.bi-0-circle-fill::before { content: "\f83f"; }
.bi-0-circle::before { content: "\f840"; }
.bi-0-square-fill::before { content: "\f841"; }
.bi-0-square::before { content: "\f842"; }
.bi-rocket-fill::before { content: "\f843"; }
.bi-rocket-takeoff-fill::before { content: "\f844"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-rocket::before { content: "\f846"; }
.bi-stripe::before { content: "\f847"; }
.bi-subscript::before { content: "\f848"; }
.bi-superscript::before { content: "\f849"; }
.bi-trello::before { content: "\f84a"; }
.bi-envelope-at-fill::before { content: "\f84b"; }
.bi-envelope-at::before { content: "\f84c"; }
.bi-regex::before { content: "\f84d"; }
.bi-text-wrap::before { content: "\f84e"; }
.bi-sign-dead-end-fill::before { content: "\f84f"; }
.bi-sign-dead-end::before { content: "\f850"; }
.bi-sign-do-not-enter-fill::before { content: "\f851"; }
.bi-sign-do-not-enter::before { content: "\f852"; }
.bi-sign-intersection-fill::before { content: "\f853"; }
.bi-sign-intersection-side-fill::before { content: "\f854"; }
.bi-sign-intersection-side::before { content: "\f855"; }
.bi-sign-intersection-t-fill::before { content: "\f856"; }
.bi-sign-intersection-t::before { content: "\f857"; }
.bi-sign-intersection-y-fill::before { content: "\f858"; }
.bi-sign-intersection-y::before { content: "\f859"; }
.bi-sign-intersection::before { content: "\f85a"; }
.bi-sign-merge-left-fill::before { content: "\f85b"; }
.bi-sign-merge-left::before { content: "\f85c"; }
.bi-sign-merge-right-fill::before { content: "\f85d"; }
.bi-sign-merge-right::before { content: "\f85e"; }
.bi-sign-no-left-turn-fill::before { content: "\f85f"; }
.bi-sign-no-left-turn::before { content: "\f860"; }
.bi-sign-no-parking-fill::before { content: "\f861"; }
.bi-sign-no-parking::before { content: "\f862"; }
.bi-sign-no-right-turn-fill::before { content: "\f863"; }
.bi-sign-no-right-turn::before { content: "\f864"; }
.bi-sign-railroad-fill::before { content: "\f865"; }
.bi-sign-railroad::before { content: "\f866"; }
.bi-building-add::before { content: "\f867"; }
.bi-building-check::before { content: "\f868"; }
.bi-building-dash::before { content: "\f869"; }
.bi-building-down::before { content: "\f86a"; }
.bi-building-exclamation::before { content: "\f86b"; }
.bi-building-fill-add::before { content: "\f86c"; }
.bi-building-fill-check::before { content: "\f86d"; }
.bi-building-fill-dash::before { content: "\f86e"; }
.bi-building-fill-down::before { content: "\f86f"; }
.bi-building-fill-exclamation::before { content: "\f870"; }
.bi-building-fill-gear::before { content: "\f871"; }
.bi-building-fill-lock::before { content: "\f872"; }
.bi-building-fill-slash::before { content: "\f873"; }
.bi-building-fill-up::before { content: "\f874"; }
.bi-building-fill-x::before { content: "\f875"; }
.bi-building-fill::before { content: "\f876"; }
.bi-building-gear::before { content: "\f877"; }
.bi-building-lock::before { content: "\f878"; }
.bi-building-slash::before { content: "\f879"; }
.bi-building-up::before { content: "\f87a"; }
.bi-building-x::before { content: "\f87b"; }
.bi-buildings-fill::before { content: "\f87c"; }
.bi-buildings::before { content: "\f87d"; }
.bi-bus-front-fill::before { content: "\f87e"; }
.bi-bus-front::before { content: "\f87f"; }
.bi-ev-front-fill::before { content: "\f880"; }
.bi-ev-front::before { content: "\f881"; }
.bi-globe-americas::before { content: "\f882"; }
.bi-globe-asia-australia::before { content: "\f883"; }
.bi-globe-central-south-asia::before { content: "\f884"; }
.bi-globe-europe-africa::before { content: "\f885"; }
.bi-house-add-fill::before { content: "\f886"; }
.bi-house-add::before { content: "\f887"; }
.bi-house-check-fill::before { content: "\f888"; }
.bi-house-check::before { content: "\f889"; }
.bi-house-dash-fill::before { content: "\f88a"; }
.bi-house-dash::before { content: "\f88b"; }
.bi-house-down-fill::before { content: "\f88c"; }
.bi-house-down::before { content: "\f88d"; }
.bi-house-exclamation-fill::before { content: "\f88e"; }
.bi-house-exclamation::before { content: "\f88f"; }
.bi-house-gear-fill::before { content: "\f890"; }
.bi-house-gear::before { content: "\f891"; }
.bi-house-lock-fill::before { content: "\f892"; }
.bi-house-lock::before { content: "\f893"; }
.bi-house-slash-fill::before { content: "\f894"; }
.bi-house-slash::before { content: "\f895"; }
.bi-house-up-fill::before { content: "\f896"; }
.bi-house-up::before { content: "\f897"; }
.bi-house-x-fill::before { content: "\f898"; }
.bi-house-x::before { content: "\f899"; }
.bi-person-add::before { content: "\f89a"; }
.bi-person-down::before { content: "\f89b"; }
.bi-person-exclamation::before { content: "\f89c"; }
.bi-person-fill-add::before { content: "\f89d"; }
.bi-person-fill-check::before { content: "\f89e"; }
.bi-person-fill-dash::before { content: "\f89f"; }
.bi-person-fill-down::before { content: "\f8a0"; }
.bi-person-fill-exclamation::before { content: "\f8a1"; }
.bi-person-fill-gear::before { content: "\f8a2"; }
.bi-person-fill-lock::before { content: "\f8a3"; }
.bi-person-fill-slash::before { content: "\f8a4"; }
.bi-person-fill-up::before { content: "\f8a5"; }
.bi-person-fill-x::before { content: "\f8a6"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-person-lock::before { content: "\f8a8"; }
.bi-person-slash::before { content: "\f8a9"; }
.bi-person-up::before { content: "\f8aa"; }
.bi-scooter::before { content: "\f8ab"; }
.bi-taxi-front-fill::before { content: "\f8ac"; }
.bi-taxi-front::before { content: "\f8ad"; }
.bi-amd::before { content: "\f8ae"; }
.bi-database-add::before { content: "\f8af"; }
.bi-database-check::before { content: "\f8b0"; }
.bi-database-dash::before { content: "\f8b1"; }
.bi-database-down::before { content: "\f8b2"; }
.bi-database-exclamation::before { content: "\f8b3"; }
.bi-database-fill-add::before { content: "\f8b4"; }
.bi-database-fill-check::before { content: "\f8b5"; }
.bi-database-fill-dash::before { content: "\f8b6"; }
.bi-database-fill-down::before { content: "\f8b7"; }
.bi-database-fill-exclamation::before { content: "\f8b8"; }
.bi-database-fill-gear::before { content: "\f8b9"; }
.bi-database-fill-lock::before { content: "\f8ba"; }
.bi-database-fill-slash::before { content: "\f8bb"; }
.bi-database-fill-up::before { content: "\f8bc"; }
.bi-database-fill-x::before { content: "\f8bd"; }
.bi-database-fill::before { content: "\f8be"; }
.bi-database-gear::before { content: "\f8bf"; }
.bi-database-lock::before { content: "\f8c0"; }
.bi-database-slash::before { content: "\f8c1"; }
.bi-database-up::before { content: "\f8c2"; }
.bi-database-x::before { content: "\f8c3"; }
.bi-database::before { content: "\f8c4"; }
.bi-houses-fill::before { content: "\f8c5"; }
.bi-houses::before { content: "\f8c6"; }
.bi-nvidia::before { content: "\f8c7"; }
.bi-person-vcard-fill::before { content: "\f8c8"; }
.bi-person-vcard::before { content: "\f8c9"; }
.bi-sina-weibo::before { content: "\f8ca"; }
.bi-tencent-qq::before { content: "\f8cb"; }
.bi-wikipedia::before { content: "\f8cc"; }
.bi-alphabet-uppercase::before { content: "\f2a5"; }
.bi-alphabet::before { content: "\f68a"; }
.bi-amazon::before { content: "\f68d"; }
.bi-arrows-collapse-vertical::before { content: "\f690"; }
.bi-arrows-expand-vertical::before { content: "\f695"; }
.bi-arrows-vertical::before { content: "\f698"; }
.bi-arrows::before { content: "\f6a2"; }
.bi-ban-fill::before { content: "\f6a3"; }
.bi-ban::before { content: "\f6b6"; }
.bi-bing::before { content: "\f6c2"; }
.bi-cake::before { content: "\f6e0"; }
.bi-cake2::before { content: "\f6ed"; }
.bi-cookie::before { content: "\f6ee"; }
.bi-copy::before { content: "\f759"; }
.bi-crosshair::before { content: "\f769"; }
.bi-crosshair2::before { content: "\f794"; }
.bi-emoji-astonished-fill::before { content: "\f795"; }
.bi-emoji-astonished::before { content: "\f79a"; }
.bi-emoji-grimace-fill::before { content: "\f79b"; }
.bi-emoji-grimace::before { content: "\f7a0"; }
.bi-emoji-grin-fill::before { content: "\f7a1"; }
.bi-emoji-grin::before { content: "\f7a6"; }
.bi-emoji-surprise-fill::before { content: "\f7a7"; }
.bi-emoji-surprise::before { content: "\f7ac"; }
.bi-emoji-tear-fill::before { content: "\f7ad"; }
.bi-emoji-tear::before { content: "\f7b2"; }
.bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
.bi-envelope-arrow-down::before { content: "\f7b8"; }
.bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
.bi-envelope-arrow-up::before { content: "\f7be"; }
.bi-feather::before { content: "\f7bf"; }
.bi-feather2::before { content: "\f7c4"; }
.bi-floppy-fill::before { content: "\f7c5"; }
.bi-floppy::before { content: "\f7d8"; }
.bi-floppy2-fill::before { content: "\f7d9"; }
.bi-floppy2::before { content: "\f7e4"; }
.bi-gitlab::before { content: "\f7e5"; }
.bi-highlighter::before { content: "\f7f8"; }
.bi-marker-tip::before { content: "\f802"; }
.bi-nvme-fill::before { content: "\f803"; }
.bi-nvme::before { content: "\f80c"; }
.bi-opencollective::before { content: "\f80d"; }
.bi-pci-card-network::before { content: "\f8cd"; }
.bi-pci-card-sound::before { content: "\f8ce"; }
.bi-radar::before { content: "\f8cf"; }
.bi-send-arrow-down-fill::before { content: "\f8d0"; }
.bi-send-arrow-down::before { content: "\f8d1"; }
.bi-send-arrow-up-fill::before { content: "\f8d2"; }
.bi-send-arrow-up::before { content: "\f8d3"; }
.bi-sim-slash-fill::before { content: "\f8d4"; }
.bi-sim-slash::before { content: "\f8d5"; }
.bi-sourceforge::before { content: "\f8d6"; }
.bi-substack::before { content: "\f8d7"; }
.bi-threads-fill::before { content: "\f8d8"; }
.bi-threads::before { content: "\f8d9"; }
.bi-transparency::before { content: "\f8da"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-type-h4::before { content: "\f8dc"; }
.bi-type-h5::before { content: "\f8dd"; }
.bi-type-h6::before { content: "\f8de"; }
.bi-backpack-fill::before { content: "\f8df"; }
.bi-backpack::before { content: "\f8e0"; }
.bi-backpack2-fill::before { content: "\f8e1"; }
.bi-backpack2::before { content: "\f8e2"; }
.bi-backpack3-fill::before { content: "\f8e3"; }
.bi-backpack3::before { content: "\f8e4"; }
.bi-backpack4-fill::before { content: "\f8e5"; }
.bi-backpack4::before { content: "\f8e6"; }
.bi-brilliance::before { content: "\f8e7"; }
.bi-cake-fill::before { content: "\f8e8"; }
.bi-cake2-fill::before { content: "\f8e9"; }
.bi-duffle-fill::before { content: "\f8ea"; }
.bi-duffle::before { content: "\f8eb"; }
.bi-exposure::before { content: "\f8ec"; }
.bi-gender-neuter::before { content: "\f8ed"; }
.bi-highlights::before { content: "\f8ee"; }
.bi-luggage-fill::before { content: "\f8ef"; }
.bi-luggage::before { content: "\f8f0"; }
.bi-mailbox-flag::before { content: "\f8f1"; }
.bi-mailbox2-flag::before { content: "\f8f2"; }
.bi-noise-reduction::before { content: "\f8f3"; }
.bi-passport-fill::before { content: "\f8f4"; }
.bi-passport::before { content: "\f8f5"; }
.bi-person-arms-up::before { content: "\f8f6"; }
.bi-person-raised-hand::before { content: "\f8f7"; }
.bi-person-standing-dress::before { content: "\f8f8"; }
.bi-person-standing::before { content: "\f8f9"; }
.bi-person-walking::before { content: "\f8fa"; }
.bi-person-wheelchair::before { content: "\f8fb"; }
.bi-shadows::before { content: "\f8fc"; }
.bi-suitcase-fill::before { content: "\f8fd"; }
.bi-suitcase-lg-fill::before { content: "\f8fe"; }
.bi-suitcase-lg::before { content: "\f8ff"; }
.bi-suitcase::before { content: "\f900"; }
.bi-suitcase2-fill::before { content: "\f901"; }
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }

/*
 * Generated from '/style/wysiwyg.css'
 */

/*
  CSS for the WYSIWYG editor.
  
  The classes prefixed with "cke" are those of the CKEditor itself.
*/

.cke_editable {
	height: min-content;
}

.structuredTextFullHeight,
.structuredTextFullHeight .cke_inner,
.structuredTextFullHeight .cke,
.cStructuredText {
	height: 100%;
}

.cke_editable {
	padding: 0 12px;
	overflow: auto;
}

.immutableSourceCodeFrame > p:first-child {
	/* HTML as value of a field in a form does must not have enormous space between label and text. */
	margin-top: 0px;
}

.structuredTextFullHeight {
	padding: 12px;
}

.structuredTextFullHeight,
.cke_editable {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}

.structuredTextFullHeight .cke_inner {
	display: flex;
	flex-flow: column;
}

.structuredTextFullHeight .cke_top,
.structuredTextFullHeight .cke_bottom {
	flex: 0 0 auto;
}

.structuredTextFullHeight .cke_contents {
	flex: 1 1 auto;
}

.structuredTextFullHeight .cke_reset {
	box-sizing: border-box;
}

.structuredTextFullHeight a:link, 
.structuredTextFullHeight a:visited,
.cke_editable a:link,
.cke_editable a:visited {
  text-decoration: none;
  color: rgb(0, 143, 184);
}

.structuredTextFullHeight a:hover,
.cke_editable a:hover {
  text-decoration: underline;
}

.tlObjectWrapper {
	white-space: nowrap;
}

.cke_notification_message {
	overflow-wrap: break-word;	
}

.tlDocTable td,
.tlDocTable th {
	padding: 5px;
	font-size: 14px;
}

.tlDocTable th {
	background: var(--LAYOUT_MAIN_COLOR);
	color: #FBFBFD;
}

.tlDocTable tr:nth-child(even) {
	background: #e7e8e8;
}

.tlDocTable tr:nth-child(odd) {
	background: #FFF;
}

.cke_combo__format .cke_combopanel {
	width: auto !important;
}

/*
 * Generated from '/webjars/highlightjs/11.5.0/styles/base16/atelier-heath-light.min.css'
 */

/*!
  Theme: Atelier Heath Light
  Author: Bram de Haan (http://atelierbramdehaan.nl)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#695d69;background:#f7f3f7}.hljs ::selection,.hljs::selection{background-color:#ab9bab;color:#695d69}.hljs-comment{color:#9e8f9e}.hljs-tag{color:#776977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#695d69}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}

/*
 * Generated from '/style/tl.doc.css'
 */

/*
  CSS for TL DOC.
*/

.tlTranslatedI18nField .cke_editable {
	height: 90%; /* TODO #25919: Find a better solution. */
}

.structuredTextFullHeight .tlTranslatedI18nField {
	height: 100%;
}

.languageSelect {
	float: right;
}

.tlDocCreateDialog {
	padding: 10px;
}

div.tlDocSearchContainer {
	display: table;
	width: 100%;
}

.margin5 {
	margin: 5px;
}

/*
 * Generated from '/style/fontColor.css'
 */

/* Default color (on white background) */
.tl-icon {
	color: var(--ICON_COLOR_BASIC);
}

.tl-icon span::before {
	color: var(--ICON_COLOR_HIGHLIGHT_BG);
}

.tl-icon span::after {
	color: var(--ICON_COLOR_HIGHLIGHT);
}

/* Disabled */
.disabled .tl-icon,
.cmdButtonDisabled .tl-icon,
.menuEntryDisabled .tl-icon {
	color: var(--ICON_COLOR_DISABLED_BASIC);
}

.disabled .tl-icon span::before,
.cmdButtonDisabled .tl-icon span::before,
.menuEntryDisabled .tl-icon span::before {
	color: var(--ICON_COLOR_DISABLED_HIGHLIGHT_BG);
}

.disabled .tl-icon span::after,
.cmdButtonDisabled .tl-icon span::after,
.menuEntryDisabled .tl-icon span::after {
	color: var(--ICON_COLOR_DISABLED_HIGHLIGHT);
}

/* Colors */
i.tl-icon.icon-red,
i.tl-icon.icon-red span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-red,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-red span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-red,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-red span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-red,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-red span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-red,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-red span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-red,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-red,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-red,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-red {
	color: var(--ICON_COLOR_RED);
}

i.tl-icon.icon-yellow,
i.tl-icon.icon-yellow span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-yellow,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-yellow span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-yellow,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-yellow span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-yellow,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-yellow span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-yellow,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-yellow span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-yellow,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-yellow,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-yellow,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-yellow {
	color: var(--ICON_COLOR_YELLOW);
}

i.tl-icon.icon-green,
i.tl-icon.icon-green span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-green,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-green span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover:not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-green,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-green span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-green,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-green span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-green,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-green span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-green,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-green,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-green,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-green {
	color: var(--ICON_COLOR_GREEN);
}

i.tl-icon.icon-grey,
i.tl-icon.icon-grey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-grey,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-grey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-grey,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-grey span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-grey,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-grey span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-grey,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-grey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-grey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-grey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-grey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-grey {
	color: var(--ICON_COLOR_GREY);
}

i.tl-icon.icon-lightgrey,
i.tl-icon.icon-lightgrey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-lightgrey,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-lightgrey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-lightgrey,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-lightgrey span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-lightgrey,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-lightgrey span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-lightgrey,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-lightgrey span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-lightgrey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-lightgrey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-lightgrey,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-lightgrey {
	color: var(--ICON_COLOR_LIGHTGREY);
}

i.tl-icon.icon-white,
i.tl-icon.icon-white span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-white,
.cButton:not(.disabled):not(.cmdButtonDisabled) .input-image:not(.disabled) .tl-icon.icon-white span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-white,
.cButton:not(.disabled):not(.cmdButtonDisabled):hover .input-image:not(.disabled) .tl-icon.icon-white span::after,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-white,
.cMenuButton:not(.menuEntryDisabled) .menuEntryImage .tl-icon.icon-white span::after,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-white,
.cMenuButton:not(.menuEntryDisabled):hover .menuEntryImage .tl-icon.icon-white span::after,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-first-white,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-second-white,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-third-white,
.cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.icon-fourth-white {
	color: var(--ICON_COLOR_WHITE);
}

/* Special selectors */
.icon-circle {
	position: absolute;
	top: 5px;
	right: 5px;
	background: var(--ICON_COLOR_HIGHLIGHT_BG);
	border-radius: 30px;
	font-size: 30px;
	padding: 8px;
	color: var(--ICON_COLOR_CIRCLE_BASIC);
}

.tl-icon.traffic { color: var(--ICON_COLOR_GREY); }
.tl-icon.traffic span::before { color: var(--ICON_COLOR_GREY); }
.tl-icon.traffic span::after { color: var(--ICON_COLOR_GREY); }
.tl-icon.traffic::after { color: var(--ICON_COLOR_WHITE); }

.tl-icon.traffic.red { color: var(--ICON_COLOR_RED); }
.tl-icon.traffic.yellow span::before { color: var(--ICON_COLOR_YELLOW); }
.tl-icon.traffic.green span::after { color: var(--ICON_COLOR_GREEN); }

.tl-icon.traffic.on { color: var(--ICON_COLOR_RED); }
.tl-icon.traffic.on span::before { color: var(--ICON_COLOR_YELLOW); }
.tl-icon.traffic.on span::after { color: var(--ICON_COLOR_GREEN); }

.tl-icon.type::before, .cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.type::before {	color: var(--ICON_COLOR_LIGHTGREY); }
.tl-icon.type span::before, .cButton:not(.disabled):not(.cmdButtonDisabled):not(.menuEntryDisabled) .input-image:not(.disabled) .tl-icon.type span::before { color: var(--ICON_COLOR_HIGHLIGHT); }

/* Smaller main icon when getting an overlay. */
i[class*=" overlay-"]::before { font-size: 0.8em; }
i[class*=" overlay-"] span::before { margin-left: -0.8em; color: var(--ICON_COLOR_OVERLAY_HIGHLIGHT_BG); }

/*
 * Generated from '/style/tl_iconFont.css'
 */

@font-face {
  font-family: 'tl_iconFont';
  src:  url('../webfonts/tl_iconFont.eot?8afuis');
  src:  url('../webfonts/tl_iconFont.eot?8afuis#iefix') format('embedded-opentype'),
    url('../webfonts/tl_iconFont.ttf?8afuis') format('truetype'),
    url('../webfonts/tl_iconFont.woff?8afuis') format('woff'),
    url('../webfonts/tl_iconFont.svg?8afuis#tl_iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.tl-icon, i[class*=" overlay-"] span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tl_iconFont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tl-icon.arrow-left-solid::before {
  content: "\e900";
}
.tl-icon.arrow-right::before {
  content: "\e901";
}
.tl-icon.arrow-right span::before {
  content: "\e902";
  margin-left: -1em;
}
.tl-icon.arrow-right-circle::before {
  content: "\e903";
}
.tl-icon.arrow-right-circle span::before {
  content: "\e904";
  margin-left: -1em;
}
.tl-icon.arrow-right-plus::before {
  content: "\e905";
}
.tl-icon.arrow-right-plus span::before {
  content: "\e906";
  margin-left: -1em;
}
.tl-icon.arrow-right-solid::before {
  content: "\e907";
}
.tl-icon.arrow-square::before {
  content: "\e908";
}
.tl-icon.arrow-to-left-solid::before {
  content: "\e909";
}
.tl-icon.arrow-to-right-solid::before {
  content: "\e90a";
}
.tl-icon.arrow-top-right::before {
  content: "\e90b";
}
.tl-icon.arrow-top-right-square::before {
  content: "\e90c";
}
.tl-icon.ban::before {
  content: "\e90d";
}
.tl-icon.bars::before {
  content: "\e90e";
}
.tl-icon.book::before {
  content: "\e90f";
}
.tl-icon.book-exclamation::before {
  content: "\e910";
}
.tl-icon.book-exclamation span::before {
  content: "\e911";
  margin-left: -1em;
}
.tl-icon.book-open::before {
  content: "\e912";
}
.tl-icon.book-open-exclamation::before {
  content: "\e913";
}
.tl-icon.book-open-exclamation span::before {
  content: "\e914";
  margin-left: -1em;
}
.tl-icon.bookmark::before {
  content: "\e915";
}
.tl-icon.building-blocks::before {
  content: "\e916";
}
.tl-icon.button-background::before {
  content: "\e917";
}
.tl-icon.button-background span::before {
  content: "\e918";
  margin-left: -1em;
  opacity: 0.3569;
}
.tl-icon.button-background span::after {
  content: "\e919";
  margin-left: -1em;
  opacity: 0.2627;
}
.tl-icon.calendar::before {
  content: "\e91a";
}
.tl-icon.camera::before {
  content: "\e91b";
}
.tl-icon.cancel::before {
  content: "\e91c";
}
.tl-icon.caret-bottom-right::before {
  content: "\e91d";
}
.tl-icon.caret-down::before {
  content: "\e91e";
}
.tl-icon.caret-down-double::before {
  content: "\e91f";
}
.tl-icon.caret-left::before {
  content: "\e920";
}
.tl-icon.caret-left-border::before {
  content: "\e921";
}
.tl-icon.caret-left-border span::before {
  content: "\e922";
  margin-left: -1em;
}
.tl-icon.caret-left-double::before {
  content: "\e923";
}
.tl-icon.caret-left-light::before {
  content: "\e924";
}
.tl-icon.caret-right::before {
  content: "\e925";
}
.tl-icon.caret-right-border::before {
  content: "\e926";
}
.tl-icon.caret-right-border span::before {
  content: "\e927";
  margin-left: -1em;
}
.tl-icon.caret-right-double::before {
  content: "\e928";
}
.tl-icon.caret-right-light::before {
  content: "\e929";
}
.tl-icon.caret-top-right::before {
  content: "\e92a";
}
.tl-icon.caret-up::before {
  content: "\e92b";
}
.tl-icon.caret-up-double::before {
  content: "\e92c";
}
.tl-icon.chain::before {
  content: "\e92d";
}
.tl-icon.chart-bar::before {
  content: "\e92e";
}
.tl-icon.chart-bar-line::before {
  content: "\e92f";
}
.tl-icon.check::before {
  content: "\e930";
}
.tl-icon.check-circle::before {
  content: "\e931";
}
.tl-icon.check-circle span::before {
  content: "\e932";
  margin-left: -1em;
}
.tl-icon.check-square::before {
  content: "\e933";
}
.tl-icon.check-square span::before {
  content: "\e934";
  margin-left: -1em;
}
.tl-icon.checkbox-remove::before {
  content: "\e935";
}
.tl-icon.checkbox-remove span::before {
  content: "\e936";
  margin-left: -1em;
}
.tl-icon.checkbox-remove span::after {
  content: "\e937";
  margin-left: -1em;
}
.tl-icon.checkbox-select-all::before {
  content: "\e938";
}
.tl-icon.checkbox-select-all span::before {
  content: "\e939";
  margin-left: -1em;
}
.tl-icon.chevron-double-right::before {
  content: "\e93a";
}
.tl-icon.chevron-down::before {
  content: "\e93b";
}
.tl-icon.chevron-flat-down::before {
  content: "\e93c";
}
.tl-icon.chevron-round-down::before {
  content: "\e93d";
}
.tl-icon.chevron-round-right::before {
  content: "\e93e";
}
.tl-icon.chevron-up::before {
  content: "\e93f";
}
.tl-icon.circle::before {
  content: "\e940";
}
.tl-icon.circle-light::before {
  content: "\e941";
}
.tl-icon.circle-light span::before {
  content: "\e942";
  margin-left: -1em;
}
.tl-icon.clipboard::before {
  content: "\e943";
}
.tl-icon.clipboard-add::before {
  content: "\e944";
}
.tl-icon.clipboard-add span::before {
  content: "\e945";
  margin-left: -1em;
}
.tl-icon.clipboard-add span::after {
  content: "\e946";
  margin-left: -1em;
}
.tl-icon.clipboard-paste::before {
  content: "\e947";
}
.tl-icon.clipboard-remove::before {
  content: "\e948";
}
.tl-icon.clipboard-remove span::before {
  content: "\e949";
  margin-left: -1em;
}
.tl-icon.clipboard-remove span::after {
  content: "\e94a";
  margin-left: -1em;
}
.tl-icon.clock::before {
  content: "\e94b";
}
.tl-icon.cockpit::before {
  content: "\e94c";
}
.tl-icon.collapse::before {
  content: "\e94d";
}
.tl-icon.columns::before {
  content: "\e94e";
}
.tl-icon.commands::before {
  content: "\e94f";
}
.tl-icon.company::before {
  content: "\e950";
}
.tl-icon.compare::before {
  content: "\e951";
}
.tl-icon.cross::before {
  content: "\e952";
}
.tl-icon.cross-circle::before {
  content: "\e953";
}
.tl-icon.cross-circle span::before {
  content: "\e954";
  margin-left: -1em;
}
.tl-icon.cross-circle-border::before {
  content: "\e955";
}
.tl-icon.dashboard::before {
  content: "\e956";
}
.tl-icon.dashboard-alt::before {
  content: "\e957";
}
.tl-icon.debug::before {
  content: "\e958";
}
.tl-icon.debug-alt::before {
  content: "\e959";
}
.tl-icon.debug-alt span::before {
  content: "\e95a";
  margin-left: -1em;
}
.tl-icon.design-reload::before {
  content: "\e95b";
}
.tl-icon.design-reload-alt::before {
  content: "\e95c";
}
.tl-icon.download::before {
  content: "\e95d";
}
.tl-icon.edit::before {
  content: "\e95e";
}
.tl-icon.edit-document::before {
  content: "\e95f";
}
.tl-icon.element::before {
  content: "\e960";
}
.tl-icon.element-create::before {
  content: "\e961";
}
.tl-icon.element-create span::before {
  content: "\e962";
  margin-left: -1em;
}
.tl-icon.element-create span::after {
  content: "\e963";
  margin-left: -1em;
}
.tl-icon.element-search::before {
  content: "\e964";
}
.tl-icon.element-search span::before {
  content: "\e965";
  margin-left: -1em;
}
.tl-icon.element-search span::after {
  content: "\e966";
  margin-left: -1em;
}
.tl-icon.error::before {
  content: "\e967";
}
.tl-icon.error span::before {
  content: "\e968";
  margin-left: -1em;
}
.tl-icon.exclamation::before {
  content: "\e969";
}
.tl-icon.exclamation-border::before {
  content: "\e96a";
}
.tl-icon.exclamation-border span::before {
  content: "\e96b";
  margin-left: -1em;
}
.tl-icon.exclamation-circle::before {
  content: "\e96c";
}
.tl-icon.exclamation-circle span::before {
  content: "\e96d";
  margin-left: -1em;
}
.tl-icon.exclamation-circle-border::before {
  content: "\e96e";
}
.tl-icon.exclamation-circle-border span::before {
  content: "\e96f";
  margin-left: -1em;
}
.tl-icon.exclamation-triangle::before {
  content: "\e970";
}
.tl-icon.exclamation-triangle span::before {
  content: "\e971";
  margin-left: -1em;
}
.tl-icon.expand::before {
  content: "\e972";
}
.tl-icon.export-excel::before {
  content: "\e973";
}
.tl-icon.export-pdf::before {
  content: "\e974";
}
.tl-icon.export-pdf span::before {
  content: "\e975";
  margin-left: -1em;
}
.tl-icon.export-pdf span::after {
  content: "\e976";
  margin-left: -1em;
}
.tl-icon.export-ppt::before {
  content: "\e977";
}
.tl-icon.export-xml::before {
  content: "\e978";
}
.tl-icon.export-xml span::before {
  content: "\e979";
  margin-left: -1em;
}
.tl-icon.export-xml span::after {
  content: "\e97a";
  margin-left: -1em;
}
.tl-icon.fieldset::before {
  content: "\e97b";
}
.tl-icon.file::before {
  content: "\e97c";
}
.tl-icon.file-binary::before {
  content: "\e97d";
}
.tl-icon.file-c::before {
  content: "\e97e";
}
.tl-icon.file-clock::before {
  content: "\e97f";
}
.tl-icon.file-create::before {
  content: "\e980";
}
.tl-icon.file-create span::before {
  content: "\e981";
  margin-left: -1em;
}
.tl-icon.file-create span::after {
  content: "\e982";
  margin-left: -1em;
}
.tl-icon.file-float::before {
  content: "\e983";
}
.tl-icon.file-hashtag::before {
  content: "\e984";
}
.tl-icon.file-i::before {
  content: "\e985";
}
.tl-icon.file-knowledgeObject::before {
  content: "\e986";
}
.tl-icon.file-metaAttribute::before {
  content: "\e987";
}
.tl-icon.file-metaClass::before {
  content: "\e988";
}
.tl-icon.file-o::before {
  content: "\e989";
}
.tl-icon.file-p::before {
  content: "\e98a";
}
.tl-icon.file-person::before {
  content: "\e98b";
}
.tl-icon.file-reset::before {
  content: "\e98c";
}
.tl-icon.file-root::before {
  content: "\e98d";
}
.tl-icon.file-sp::before {
  content: "\e98e";
}
.tl-icon.file-sp span::before {
  content: "\e98f";
  margin-left: -1em;
}
.tl-icon.file-text::before {
  content: "\e990";
}
.tl-icon.file-upload::before {
  content: "\e991";
}
.tl-icon.file-upload span::before {
  content: "\e992";
  margin-left: -1em;
}
.tl-icon.file-upload span::after {
  content: "\e993";
  margin-left: -1em;
}
.tl-icon.file-v::before {
  content: "\e994";
}
.tl-icon.file-wp::before {
  content: "\e995";
}
.tl-icon.file-wp span::before {
  content: "\e996";
  margin-left: -1em;
}
.tl-icon.file-zip::before {
  content: "\e997";
}
.tl-icon.filter::before {
  content: "\e998";
}
.tl-icon.filter-remove::before {
  content: "\e999";
}
.tl-icon.flashlight-square::before {
  content: "\e99a";
}
.tl-icon.flashlight-square span::before {
  content: "\e99b";
  margin-left: -1em;
}
.tl-icon.folder-create::before {
  content: "\e99c";
}
.tl-icon.folder-create span::before {
  content: "\e99d";
  margin-left: -1em;
}
.tl-icon.folder-create span::after {
  content: "\e99e";
  margin-left: -1em;
}
.tl-icon.folder-download::before {
  content: "\e99f";
}
.tl-icon.form::before {
  content: "\e9a0";
}
.tl-icon.form-border::before {
  content: "\e9a1";
}
.tl-icon.form-border-reset::before {
  content: "\e9a2";
}
.tl-icon.form-border-reset span::before {
  content: "\e9a3";
  margin-left: -1em;
}
.tl-icon.form-border-reset span::after {
  content: "\e9a4";
  margin-left: -1em;
}
.tl-icon.form-reset::before {
  content: "\e9a5";
}
.tl-icon.form-reset span::before {
  content: "\e9a6";
  margin-left: -1em;
}
.tl-icon.form-reset span::after {
  content: "\e9a7";
  margin-left: -1em;
}
.tl-icon.garbage-can-open::before {
  content: "\e9a8";
}
.tl-icon.gear::before {
  content: "\e9a9";
}
.tl-icon.gear-arrow-right::before {
  content: "\e9aa";
}
.tl-icon.gear-arrow-right-create::before {
  content: "\e9ab";
}
.tl-icon.gear-double::before {
  content: "\e9ac";
}
.tl-icon.gear-reload::before {
  content: "\e9ad";
}
.tl-icon.group::before {
  content: "\e9ae";
}
.tl-icon.hierarchy::before {
  content: "\e9af";
}
.tl-icon.home::before {
  content: "\e9b0";
}
.tl-icon.hourglass::before {
  content: "\e9b1";
}
.tl-icon.image::before {
  content: "\e9b2";
}
.tl-icon.import-excel::before {
  content: "\e9b3";
}
.tl-icon.import-excel span::before {
  content: "\e9b4";
  margin-left: -1em;
}
.tl-icon.import-excel span::after {
  content: "\e9b5";
  margin-left: -1em;
}
.tl-icon.info-square::before {
  content: "\e9b6";
}
.tl-icon.info-square span::before {
  content: "\e9b7";
  margin-left: -1em;
}
.tl-icon.international-text::before {
  content: "\e9b8";
}
.tl-icon.international-text-alt::before {
  content: "\e9b9";
}
.tl-icon.leave::before {
  content: "\e9ba";
}
.tl-icon.lightbulb::before {
  content: "\e9bb";
}
.tl-icon.lightbulb-circle::before {
  content: "\e9bc";
}
.tl-icon.lightbulb-circle span::before {
  content: "\e9bd";
  margin-left: -1em;
}
.tl-icon.locked::before {
  content: "\e9be";
}
.tl-icon.logo-tl-big::before {
  content: "\e9bf";
}
.tl-icon.logo-tl-small::before {
  content: "\e9c0";
}
.tl-icon.maximize-arrows::before {
  content: "\e9c1";
}
.tl-icon.milestone::before {
  content: "\e9c2";
}
.tl-icon.milestone-add::before {
  content: "\e9c3";
}
.tl-icon.milestone-line::before {
  content: "\e9c4";
}
.tl-icon.milestone-line span::before {
  content: "\e9c5";
  margin-left: -1em;
}
.tl-icon.milestone-line-mono::before {
  content: "\e9c6";
}
.tl-icon.minimize-arrows::before {
  content: "\e9c7";
}
.tl-icon.minus-square::before {
  content: "\e9c8";
}
.tl-icon.minus-square span::before {
  content: "\e9c9";
  margin-left: -1em;
}
.tl-icon.network::before {
  content: "\e9ca";
}
.tl-icon.network-small::before {
  content: "\e9cb";
}
.tl-icon.null-square::before {
  content: "\e9cc";
}
.tl-icon.null-square span::before {
  content: "\e9cd";
  margin-left: -1em;
}
.overlay-add span::before {
  content: "\e9cf";
  margin-left: -1em;
}
.overlay-add span::after {
  content: "\e9d0";
  margin-left: -1em;
}
.overlay-create span::before {
  content: "\e9d2";
  margin-left: -1em;
}
.overlay-create span::after {
  content: "\e9d3";
  margin-left: -1em;
}
.overlay-export span::before {
  content: "\e9d5";
  margin-left: -1em;
}
.overlay-export span::after {
  content: "\e9d6";
  margin-left: -1em;
}
.overlay-gear span::before {
  content: "\e9d8";
  margin-left: -1em;
}
.overlay-gear span::after {
  content: "\e9d9";
  margin-left: -1em;
}
.overlay-import span::before {
  content: "\e9db";
  margin-left: -1em;
}
.overlay-import span::after {
  content: "\e9dc";
  margin-left: -1em;
}
.overlay-remove span::before {
  content: "\e9de";
  margin-left: -1em;
}
.overlay-remove span::after {
  content: "\e9df";
  margin-left: -1em;
}
.overlay-reset span::before {
  content: "\e9e1";
  margin-left: -1em;
}
.overlay-reset span::after {
  content: "\e9e2";
  margin-left: -1em;
}
.overlay-search span::before {
  content: "\e9e4";
  margin-left: -1em;
}
.overlay-search span::after {
  content: "\e9e5";
  margin-left: -1em;
}
.tl-icon.paused::before {
  content: "\e9e6";
}
.tl-icon.pencil::before {
  content: "\e9e7";
}
.tl-icon.person::before {
  content: "\e9e8";
}
.tl-icon.person-gear::before {
  content: "\e9e9";
}
.tl-icon.person-gear span::before {
  content: "\e9ea";
  margin-left: -1em;
}
.tl-icon.person-gear span::after {
  content: "\e9eb";
  margin-left: -1em;
}
.tl-icon.play-cancel::before {
  content: "\e9ec";
}
.tl-icon.play-cancel span::before {
  content: "\e9ed";
  margin-left: -1em;
}
.tl-icon.play-cancel span::after {
  content: "\e9ee";
  margin-left: -1em;
}
.tl-icon.plus::before {
  content: "\e9ef";
}
.tl-icon.pointer-chevron::before {
  content: "\e9f0";
}
.tl-icon.portfolio::before {
  content: "\e9f1";
}
.tl-icon.program::before {
  content: "\e9f2";
}
.tl-icon.project::before {
  content: "\e9f3";
}
.tl-icon.project-add::before {
  content: "\e9f4";
}
.tl-icon.project-add span::before {
  content: "\e9f5";
  margin-left: -1em;
}
.tl-icon.project-add span::after {
  content: "\e9f6";
  margin-left: -1em;
}
.tl-icon.project-line::before {
  content: "\e9f7";
}
.tl-icon.project-line span::before {
  content: "\e9f8";
  margin-left: -1em;
}
.tl-icon.project-line-mono::before {
  content: "\e9f9";
}
.tl-icon.project-root::before {
  content: "\e9fa";
}
.tl-icon.project-sub::before {
  content: "\e9fb";
}
.tl-icon.question-chevron::before {
  content: "\e9fc";
}
.tl-icon.question-circle::before {
  content: "\e9fd";
}
.tl-icon.question-circle span::before {
  content: "\e9fe";
  margin-left: -1em;
}
.tl-icon.question-speachbubble::before {
  content: "\e9ff";
}
.tl-icon.question-speachbubble span::before {
  content: "\ea00";
  margin-left: -1em;
}
.tl-icon.quote::before {
  content: "\ea01";
}
.tl-icon.quote span::before {
  content: "\ea02";
  margin-left: -1em;
}
.tl-icon.reload::before {
  content: "\ea03";
}
.tl-icon.result::before {
  content: "\ea04";
}
.tl-icon.result span::before {
  content: "\ea05";
  margin-left: -1em;
}
.tl-icon.result span::after {
  content: "\ea06";
  margin-left: -1em;
}
.tl-icon.row-add::before {
  content: "\ea07";
}
.tl-icon.row-add span::before {
  content: "\ea08";
  margin-left: -1em;
}
.tl-icon.row-add span::after {
  content: "\ea09";
  margin-left: -1em;
}
.tl-icon.row-top-add::before {
  content: "\ea0a";
}
.tl-icon.row-top-add span::before {
  content: "\ea0b";
  margin-left: -1em;
}
.tl-icon.row-top-add span::after {
  content: "\ea0c";
  margin-left: -1em;
}
.tl-icon.rule::before {
  content: "\ea0d";
}
.tl-icon.save::before {
  content: "\ea0e";
}
.tl-icon.save-modified::before {
  content: "\ea0f";
}
.tl-icon.save-modified span::before {
  content: "\ea10";
  margin-left: -1em;
}
.tl-icon.save-modified span::after {
  content: "\ea11";
  margin-left: -1em;
}
.tl-icon.scale::before {
  content: "\ea12";
}
.tl-icon.scissors::before {
  content: "\ea13";
}
.tl-icon.search::before {
  content: "\ea14";
}
.tl-icon.selection-invert::before {
  content: "\ea15";
}
.tl-icon.separator::before {
  content: "\ea16";
}
.tl-icon.sort::before {
  content: "\ea17";
}
.tl-icon.square-dashed::before {
  content: "\ea18";
}
.tl-icon.star::before {
  content: "\ea19";
}
.tl-icon.star-circle::before {
  content: "\ea1a";
}
.tl-icon.star-circle span::before {
  content: "\ea1b";
  margin-left: -1em;
}
.tl-icon.star-square::before {
  content: "\ea1c";
}
.tl-icon.star-square span::before {
  content: "\ea1d";
  margin-left: -1em;
}
.tl-icon.start::before {
  content: "\ea1e";
}
.tl-icon.step-into::before {
  content: "\ea1f";
}
.tl-icon.step-out::before {
  content: "\ea20";
}
.tl-icon.step-over::before {
  content: "\ea21";
}
.tl-icon.stop::before {
  content: "\ea22";
}
.tl-icon.structure::before {
  content: "\ea23";
}
.tl-icon.table::before {
  content: "\ea24";
}
.tl-icon.table-add::before {
  content: "\ea25";
}
.tl-icon.table-add span::before {
  content: "\ea26";
  margin-left: -1em;
}
.tl-icon.table-add span::after {
  content: "\ea27";
  margin-left: -1em;
}
.tl-icon.table-reset::before {
  content: "\ea28";
}
.tl-icon.table-reset span::before {
  content: "\ea29";
  margin-left: -1em;
}
.tl-icon.table-reset span::after {
  content: "\ea2a";
  margin-left: -1em;
}
.tl-icon.table-sort::before {
  content: "\ea2b";
}
.tl-icon.table-sort span::before {
  content: "\ea2c";
  margin-left: -1em;
}
.tl-icon.table-sort span::after {
  content: "\ea2d";
  margin-left: -1em;
}
.tl-icon.target::before {
  content: "\ea2e";
}
.tl-icon.target-hexagon::before {
  content: "\ea2f";
}
.tl-icon.target-number::before {
  content: "\ea30";
}
.tl-icon.target-number span::before {
  content: "\ea31";
  margin-left: -1em;
}
.tl-icon.target-number span::after {
  content: "\ea32";
  margin-left: -1em;
}
.tl-icon.target-qualitative::before {
  content: "\ea33";
}
.tl-icon.target-qualitative span::before {
  content: "\ea34";
  margin-left: -1em;
}
.tl-icon.target-qualitative span::after {
  content: "\ea35";
  margin-left: -1em;
}
.tl-icon.target-sum::before {
  content: "\ea36";
}
.tl-icon.target-sum span::before {
  content: "\ea37";
  margin-left: -1em;
}
.tl-icon.target-sum span::after {
  content: "\ea38";
  margin-left: -1em;
}
.tl-icon.text-arrow-left::before {
  content: "\ea39";
}
.tl-icon.text-arrow-right::before {
  content: "\ea3a";
}
.tl-icon.tools::before {
  content: "\ea3b";
}
.tl-icon.tools-details::before {
  content: "\ea3c";
}
.tl-icon.traffic-hoizontal::before {
  content: "\ea3d";
}
.tl-icon.traffic-hoizontal span::before {
  content: "\ea3e";
  margin-left: -1em;
}
.tl-icon.traffic-hoizontal span::after {
  content: "\ea3f";
  margin-left: -1em;
}
.tl-icon.traffic-hoizontal::after {
  content: "\ea40";
  margin-left: -1em;
}
.tl-icon.traffic-vertical::before {
  content: "\ea41";
}
.tl-icon.traffic-vertical span::before {
  content: "\ea42";
  margin-left: -1em;
}
.tl-icon.traffic-vertical span::after {
  content: "\ea43";
  margin-left: -1em;
}
.tl-icon.traffic-vertical::after {
  content: "\ea44";
  margin-left: -1em;
}
.tl-icon.triangle::before {
  content: "\ea45";
}
.tl-icon.triangle-right::before {
  content: "\ea46";
}
.tl-icon.type-a::before {
  content: "\ea47";
}
.tl-icon.type-a span::before {
  content: "\ea48";
  margin-left: -1em;
}
.tl-icon.type-as::before {
  content: "\ea49";
}
.tl-icon.type-as span::before {
  content: "\ea4a";
  margin-left: -1em;
}
.tl-icon.type-as-large::before {
  content: "\ea4b";
}
.tl-icon.type-as-large span::before {
  content: "\ea4c";
  margin-left: -1em;
}
.tl-icon.type-b::before {
  content: "\ea4d";
}
.tl-icon.type-b span::before {
  content: "\ea4e";
  margin-left: -1em;
}
.tl-icon.type-bs::before {
  content: "\ea4f";
}
.tl-icon.type-bs span::before {
  content: "\ea50";
  margin-left: -1em;
}
.tl-icon.type-c::before {
  content: "\ea51";
}
.tl-icon.type-c span::before {
  content: "\ea52";
  margin-left: -1em;
}
.tl-icon.type-cs::before {
  content: "\ea53";
}
.tl-icon.type-cs span::before {
  content: "\ea54";
  margin-left: -1em;
}
.tl-icon.type-iO::before {
  content: "\ea55";
}
.tl-icon.type-iO span::before {
  content: "\ea56";
  margin-left: -1em;
}
.tl-icon.type-ls::before {
  content: "\ea57";
}
.tl-icon.type-ls span::before {
  content: "\ea58";
  margin-left: -1em;
}
.tl-icon.type-new-ap::before {
  content: "\ea59";
}
.tl-icon.type-new-ap span::before {
  content: "\ea5a";
  margin-left: -1em;
}
.tl-icon.type-new-as::before {
  content: "\ea5b";
}
.tl-icon.type-new-as span::before {
  content: "\ea5c";
  margin-left: -1em;
}
.tl-icon.type-new-as-child::before {
  content: "\ea5d";
}
.tl-icon.type-new-as-child span::before {
  content: "\ea5e";
  margin-left: -1em;
}
.tl-icon.type-new-bp::before {
  content: "\ea5f";
}
.tl-icon.type-new-bp span::before {
  content: "\ea60";
  margin-left: -1em;
}
.tl-icon.type-new-bs::before {
  content: "\ea61";
}
.tl-icon.type-new-bs span::before {
  content: "\ea62";
  margin-left: -1em;
}
.tl-icon.type-new-bs-child::before {
  content: "\ea63";
}
.tl-icon.type-new-bs-child span::before {
  content: "\ea64";
  margin-left: -1em;
}
.tl-icon.type-new-cp::before {
  content: "\ea65";
}
.tl-icon.type-new-cp span::before {
  content: "\ea66";
  margin-left: -1em;
}
.tl-icon.type-new-cs::before {
  content: "\ea67";
}
.tl-icon.type-new-cs span::before {
  content: "\ea68";
  margin-left: -1em;
}
.tl-icon.type-new-cs-child::before {
  content: "\ea69";
}
.tl-icon.type-new-cs-child span::before {
  content: "\ea6a";
  margin-left: -1em;
}
.tl-icon.type-xs::before {
  content: "\ea6b";
}
.tl-icon.type-xs span::before {
  content: "\ea6c";
  margin-left: -1em;
}
.tl-icon.type-xs-large::before {
  content: "\ea6d";
}
.tl-icon.type-xs-large span::before {
  content: "\ea6e";
  margin-left: -1em;
}
.tl-icon.unlock::before {
  content: "\ea6f";
}
.tl-icon.upload::before {
  content: "\ea70";
}
.tl-icon.window-maximize::before {
  content: "\ea71";
}
.tl-icon.window-minimize::before {
  content: "\ea72";
}
.tl-icon.window-normalize::before {
  content: "\ea73";
}

/*
 * Generated from '/style/fontawesome/all.css'
 */

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\f95b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\f905"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-virus:before {
  content: "\f964"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\f966"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\f968"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\f96f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
 * Generated from '/style/monitoringStyle.css'
 */

tr.moAbstract td.tl-table__cell, a.moAbstract, span.moAbstract {
	font-style: italic;
}

/*
 * Generated from '/style/log-line.css'
 */

/*
 * SPDX-FileCopyrightText: 2023 (c) Business Operation Systems GmbH <info@top-logic.com>
 * 
 * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-BOS-TopLogic-1.0
 */

/*
 * CSS for displaying log lines.
 * 
 * The severity color is used in the cells and the footer of the log lines table.
 * The "!important" is necessary, as there are some very specific selectors setting the text color in the table cells.
 */

.tl-log-lines-table--fatal {
	color: purple !important;
}

.tl-log-lines-table--error {
	color: red !important;
}

.tl-log-lines-table--warn {
	color: darkorange !important;
}

.tl-log-lines-table--info {
	color: green !important;
}

.tl-log-lines-table--debug {
	color: black !important;
}

.tl-log-lines-table--trace {
	color: black !important;
}

/*
 * Generated from '/style/tl.graph.server.css'
 */

div.cGraphDisplay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.cGraphMap {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 75px;
}

/* This class is written in the "com.top_logic.graph.client.yf.service.style.YFButtonFactory". */
g.tlGraphButton {
	font-weight : bold;
	cursor : pointer;
	/* prevent text selection: */
	user-select : none; /* standard */
	-ms-user-select : none; /* IE, Edge */
	-moz-user-select : none; /* Firefox */
	-khtml-user-select : none; /* Konqueror HTML */
	-webkit-user-select : none; /* Safari */
	-webkit-touch-callout : none; /* iOS Safari */
}

.tlGraphButtonBackground {
	color : transparent;
	fill : currentColor;
	stroke : currentColor;
}

.tlGraphPlus {
	/* Apply the "color", whichever it is, to "fill" and "stroke", too. */
	fill : currentColor;
	stroke : currentColor;
}

.tlGraphMinus {
	/* See: ".tlGraphPlus" */
	fill : currentColor;
	stroke : currentColor;
}

/*
 * Generated from '/style/importGoogleFonts.css'
 */

@font-face {
	font-family: "DroidSans-Bold";
	src: url("../webfonts/DroidSans-Bold.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSans-Bold.woff") format("woff"),
		 url("../webfonts/DroidSans-Bold.ttf") format("truetype"),
		 url("../webfonts/DroidSans-Bold.svg#droid_sansbold") format("svg");
}

@font-face {
	font-family: "DroidSans";
	src: url("../webfonts/DroidSans.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSans.woff") format("woff"),
		 url("../webfonts/DroidSans.ttf") format("truetype"),
		 url("../webfonts/DroidSans.svg#droid_sansregular") format("svg");
}

@font-face {
	font-family: "DroidSansMono";
	src: url("../webfonts/DroidSansMono.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSansMono.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSansMono.woff") format("woff"),
		 url("../webfonts/DroidSansMono.ttf") format("truetype"),
		 url("../webfonts/DroidSansMono.svg#droid_sans_monoregular") format("svg");
}

@font-face {
	font-family: "DroidSerif-Bold";
	src: url("../webfonts/DroidSerif-Bold.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSerif-Bold.woff") format("woff"),
		 url("../webfonts/DroidSerif-Bold.ttf") format("truetype"),
		 url("../webfonts/DroidSerif-Bold.svg#droid_serifbold") format("svg");
}

@font-face {
	font-family: "DroidSerif-BoldItalic";
	src: url("../webfonts/DroidSerif-BoldItalic.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSerif-BoldItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSerif-BoldItalic.woff") format("woff"),
		 url("../webfonts/DroidSerif-BoldItalic.ttf") format("truetype"),
		 url("../webfonts/DroidSerif-BoldItalic.svg#droid_serifbold_italic") format("svg");
}

@font-face {
	font-family: "DroidSerif-Italic";
	src: url("../webfonts/DroidSerif-Italic.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSerif-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSerif-Italic.woff") format("woff"),
		 url("../webfonts/DroidSerif-Italic.ttf") format("truetype"),
		 url("../webfonts/DroidSerif-Italic.svg#droid_serifitalic") format("svg");
}

@font-face {
	font-family: "DroidSerif-Regular";
	src: url("../webfonts/DroidSerif-Regular.eot"); /* IE9 compat modes */
	src: url("../webfonts/DroidSerif-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../webfonts/DroidSerif-Regular.woff") format("woff"),
		 url("../webfonts/DroidSerif-Regular.ttf") format("truetype"),
		 url("../webfonts/DroidSerif-Regular.svg#droid_serifregular") format("svg");
}

/*
 * Generated from '/style/diagram-js.css'
 */

/**
 * outline styles
 */

.djs-outline {
  fill: none;
  visibility: hidden;
}

.djs-element.hover .djs-outline,
.djs-element.selected .djs-outline {
  visibility: visible;
  shape-rendering: crispEdges;
  stroke-dasharray: 3,3;
}

.djs-element.selected .djs-outline {
  stroke: #8888FF;
  stroke-width: 1px;
}

.djs-element.hover .djs-outline {
  stroke: #FF8888;
  stroke-width: 1px;
}

.djs-shape.connect-ok .djs-visual > :nth-child(1) {
  fill: #DCFECC /* light-green */ !important;
}

.djs-shape.connect-not-ok .djs-visual > :nth-child(1),
.djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
  fill: #f9dee5 /* light-red */ !important;
}

.djs-shape.new-parent .djs-visual > :nth-child(1) {
  fill: #F7F9FF !important;
}

svg.drop-not-ok {
  background: #f9dee5 /* light-red */ !important;
}

svg.new-parent {
  background: #F7F9FF /* light-blue */ !important;
}

.djs-connection.connect-ok .djs-visual > :nth-child(1),
.djs-connection.drop-ok .djs-visual > :nth-child(1) {
  stroke: #90DD5F /* light-green */ !important;
}

.djs-connection.connect-not-ok .djs-visual > :nth-child(1),
.djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
  stroke: #E56283 /* light-red */ !important;
}

.drop-not-ok,
.connect-not-ok {
  cursor: not-allowed;
}

.djs-element.attach-ok .djs-visual > :nth-child(1) {
  stroke-width: 5px !important;
  stroke: rgba(255, 116, 0, 0.7) !important;
}


/**
* Selection box style
*
*/
.djs-lasso-overlay {
  fill: rgb(255, 116, 0);
  fill-opacity: 0.1;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  shape-rendering: crispEdges;
  pointer-events: none;
}

/**
 * Resize styles
 */
.djs-resize-overlay {
  fill: none;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  pointer-events: none;
}

.djs-resizer-hit {
  fill: none;
  pointer-events: all;
}

.djs-resizer-visual {
  fill: white;
  stroke-width: 1px;
  stroke: black;
  shape-rendering: crispEdges;
  stroke-opacity: 0.2;
}

.djs-cursor-resize-nwse,
.djs-resizer-nw,
.djs-resizer-se {
  cursor: nwse-resize;
}

.djs-cursor-resize-nesw,
.djs-resizer-ne,
.djs-resizer-sw {
  cursor: nesw-resize;
}

.djs-shape.djs-resizing > .djs-outline {
  visibility: hidden !important;
}

.djs-shape.djs-resizing > .djs-resizer {
  visibility: hidden;
}

.djs-dragger > .djs-resizer {
  visibility: hidden;
}

/**
 * drag styles
 */
.djs-dragger .djs-visual circle,
.djs-dragger .djs-visual path,
.djs-dragger .djs-visual polygon,
.djs-dragger .djs-visual polyline,
.djs-dragger .djs-visual rect,
.djs-dragger .djs-visual text {
  fill: none !important;
  stroke: rgb(255, 116, 0) !important;
}

.djs-dragging {
  opacity: 0.3;
}

.djs-dragging,
.djs-dragging > * {
  pointer-events: none !important;
}

.djs-dragging .djs-context-pad,
.djs-dragging .djs-outline {
  display: none !important;
}

/**
 * no pointer events for visual
 */
.djs-visual,
.djs-outline {
  pointer-events: none;
}

/**
 * all pointer events for hit shape
 */
.djs-shape .djs-hit {
  pointer-events: all;
}

.djs-connection .djs-hit {
  pointer-events: stroke;
}

/**
 * shape / connection basic styles
 */
.djs-connection .djs-visual {
  stroke-width: 2px;
  fill: none;
}

.djs-cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.djs-cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.djs-cursor-crosshair {
  cursor: crosshair;
}

.djs-cursor-move {
  cursor: move;
}

.djs-cursor-resize-ns {
  cursor: ns-resize;
}

.djs-cursor-resize-ew {
  cursor: ew-resize;
}


/**
 * snapping
 */
.djs-snap-line {
  stroke: rgb(255, 195, 66);
  stroke: rgba(255, 195, 66, 0.50);
  stroke-linecap: round;
  stroke-width: 2px;
  pointer-events: none;
}

/**
 * snapping
 */
.djs-crosshair {
  stroke: #555;
  stroke-linecap: round;
  stroke-width: 1px;
  pointer-events: none;
  shape-rendering: crispEdges;
  stroke-dasharray: 5, 5;
}

/**
 * palette
 */

.djs-palette {
  position: absolute;
  left: 20px;
  top: 20px;

  box-sizing: border-box;
  width: 48px;
}

.djs-palette .separator {
  margin: 0 5px;
  padding-top: 5px;

  border: none;
  border-bottom: solid 1px #DDD;

  clear: both;
}

.djs-palette .entry:before {
  vertical-align: middle;
}

.djs-palette .djs-palette-toggle {
  cursor: pointer;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  color: #333;
  font-size: 30px;

  text-align: center;
}

.djs-palette .entry {
  float: left;
}

.djs-palette .entry img {
  max-width: 100%;
}

.djs-palette .djs-palette-entries:after {
  content: '';
  display: table;
  clear: both;
}

.djs-palette .djs-palette-toggle:hover {
  background: #666;
}

.djs-palette .entry:hover {
  color: rgb(255, 116, 0);
}

.djs-palette .highlighted-entry {
  color: rgb(255, 116, 0) !important;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: default;
}

/**
 * Palette open / two-column layout is controlled via
 * classes on the palette. Events to hook into palette
 * changed life-cycle are available in addition.
 */
.djs-palette.two-column.open {
  width: 94px;
}

.djs-palette:not(.open) .djs-palette-entries {
  display: none;
}

.djs-palette:not(.open) {
  overflow: hidden;
}

.djs-palette.open .djs-palette-toggle {
  display: none;
}

/**
 * context-pad
 */
.djs-overlay-context-pad {
  width: 72px;
}

.djs-context-pad {
  position: absolute;
  display: none;
  pointer-events: none;
}

.djs-context-pad .entry {
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin: 0 2px 2px 0;

  border-radius: 3px;

  cursor: default;

  background-color: #FEFEFE;
  box-shadow: 0 0 2px 1px #FEFEFE;
  pointer-events: all;
}

.djs-context-pad .entry:before {
  vertical-align: top;
}

.djs-context-pad .entry:hover {
  background: rgb(255, 252, 176);
}

.djs-context-pad.open {
  display: block;
}

/**
 * popup styles
 */
.djs-popup .entry {
  line-height: 20px;
  white-space: nowrap;
  cursor: default;
}

/* larger font for prefixed icons */
.djs-popup .entry:before {
  vertical-align: middle;
  font-size: 20px;
}

.djs-popup .entry > span {
  vertical-align: middle;
  font-size: 14px;
}

.djs-popup .entry:hover,
.djs-popup .entry.active:hover {
  background: rgb(255, 252, 176);
}

.djs-popup .entry.disabled {
  background: inherit;
}

.djs-popup .djs-popup-header .entry {
  display: inline-block;
  padding: 2px 3px 2px 3px;

  border: solid 1px transparent;
  border-radius: 3px;
}

.djs-popup .djs-popup-header .entry.active {
  color: rgb(255, 116, 0);
  border: solid 1px rgb(255, 116, 0);
  background-color: #F6F6F6;
}

.djs-popup-body .entry {
  padding: 4px 10px 4px 5px;
}

.djs-popup-body .entry > span {
  margin-left: 5px;
}

.djs-popup-body {
  background-color: #FEFEFE;
}

.djs-popup-header {
  border-bottom: 1px solid #DDD;
}

.djs-popup-header .entry {
  margin: 1px;
  margin-left: 3px;
}

.djs-popup-header .entry:last-child {
  margin-right: 3px;
}

/**
 * popup / palette styles
 */
.djs-popup, .djs-palette {
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
}

/**
 * touch
 */

.djs-shape,
.djs-connection {
  touch-action: none;
}

.djs-segment-dragger,
.djs-bendpoint {
  display: none;
}

/**
 * bendpoints
 */
.djs-segment-dragger .djs-visual {
  fill: rgba(255, 255, 121, 0.2);
  stroke-width: 1px;
  stroke-opacity: 1;
  stroke: rgba(255, 255, 121, 0.3);
}

.djs-bendpoint .djs-visual {
  fill: rgba(255, 255, 121, 0.8);
  stroke-width: 1px;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-segment-dragger:hover,
.djs-bendpoints.hover .djs-segment-dragger,
.djs-bendpoints.selected .djs-segment-dragger,
.djs-bendpoint:hover,
.djs-bendpoints.hover .djs-bendpoint,
.djs-bendpoints.selected .djs-bendpoint {
  display: block;
}

.djs-drag-active .djs-bendpoints * {
  display: none;
}

.djs-bendpoints:not(.hover) .floating {
  display: none;
}

.djs-segment-dragger:hover .djs-visual,
.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint:hover .djs-visual,
.djs-bendpoint.floating .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-bendpoint.floating .djs-hit {
  pointer-events: none;
}

.djs-segment-dragger .djs-hit,
.djs-bendpoint .djs-hit {
  pointer-events: all;
  fill: none;
}

.djs-segment-dragger.horizontal .djs-hit {
  cursor: ns-resize;
}

.djs-segment-dragger.vertical .djs-hit {
  cursor: ew-resize;
}

.djs-segment-dragger.djs-dragging .djs-hit {
  pointer-events: none;
}

.djs-updating,
.djs-updating > * {
  pointer-events: none !important;
}

.djs-updating .djs-context-pad,
.djs-updating .djs-outline,
.djs-updating .djs-bendpoint,
.connect-ok .djs-bendpoint,
.connect-not-ok .djs-bendpoint,
.drop-ok .djs-bendpoint,
.drop-not-ok .djs-bendpoint {
  display: none !important;
}

.djs-segment-dragger.djs-dragging,
.djs-bendpoint.djs-dragging {
  display: block;
  opacity: 1.0;
}

.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint.djs-dragging .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
}


/**
 * tooltips
 */
.djs-tooltip-error {
  font-size: 11px;
  line-height: 18px;
  text-align: left;

  padding: 5px;

  opacity: 0.7;
}

.djs-tooltip-error > * {
  width: 160px;

  background: rgb(252, 236, 240);
  color: rgb(158, 76, 76);
  padding: 3px 7px;
  border-radius: 5px;
  border-left: solid 5px rgb(174, 73, 73);
}

.djs-tooltip-error:hover {
  opacity: 1;
}


/**
 * search pad
 */
.djs-search-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

  width: 25%;
  min-width: 300px;
  max-width: 400px;
  z-index: 10;

  font-size: 1.05em;
  opacity: 0.9;
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
}

.djs-search-container:not(.open) {
  display: none;
}

.djs-search-input input {
  font-size: 1.05em;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.djs-search-input input:focus {
  outline: none;
  border-color: #52B415;
}

.djs-search-results {
  position: relative;
  overflow-y: auto;
  max-height: 200px;
}

.djs-search-results:hover {
  /*background: #fffdd7;*/
  cursor: pointer;
}

.djs-search-result {
  width: 100%;
  padding: 6px 10px;
  background: white;
  border-bottom: solid 1px #AAA;
  border-radius: 1px;
}

.djs-search-highlight {
  color: black;
}

.djs-search-result-primary {
  margin: 0 0 10px;
}

.djs-search-result-secondary {
  font-family: monospace;
  margin: 0;
}

.djs-search-result:hover {
  background: #fdffd6;
}

.djs-search-result-selected {
  background: #fffcb0;
}

.djs-search-result-selected:hover {
  background: #f7f388;
}

.djs-search-overlay {
  background: yellow;
  opacity: 0.3;
}

/**
 * hidden styles
 */
.djs-element-hidden,
.djs-element-hidden .djs-hit,
.djs-element-hidden .djs-outline,
.djs-label-hidden .djs-label {
  display: none !important;
}

/*
 * Generated from '/style/uml-js.css'
 */

.djs-context-pad {
  background-color: white;
}

/*
 * 24px for each item
 */
.djs-overlay-context-pad {
  width: 96px;
}

.djs-context-pad {
	background-color: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	border-color: #dddcdc;
}

.djs-context-pad .entry {
	margin: 0;
	box-shadow: none;
	background-color: #f0f0f0;
}

html,
body,
#canvas,
#canvas > div {
    height: 100%;
    margin: 0;
}

.djs-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.djs-label::selection {
	background: transparent;
}

.palette-icon-lasso-tool {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-dasharray%3D%225%2C%205%22%20width%3D%2246%22%20height%3D%2246%22%3E%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%2226%22%20height%3D%2226%22%2F%3E%3C%2Fsvg%3E');
}

.palette-icon-create-shape {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20width%3D%2246%22%20height%3D%2246%22%3E%3Crect%20x%3D%2210%22%20y%3D%2213%22%20width%3D%2226%22%20height%3D%2220%22%2F%3E%3C%2Fsvg%3E');
}

.palette-icon-create-class {
  background-image: url('../images/icons/palette/create_class.svg') !important;
}

.palette-icon-create-enumeration {
  background-image: url('../images/icons/palette/create_enumeration.svg') !important;
}

.context-pad-icon-goto {
  background-image: url('../images/icons/context-pad/goto-element.svg') !important;
}

.context-pad-icon-show {
  background-image: url('../images/icons/context-pad/show-element.svg') !important;
}

.context-pad-icon-hide {
  background-image: url('../images/icons/context-pad/hide-element.svg') !important;
}

.context-pad-icon-delete {
  background-image: url('../images/icons/context-pad/trash-alt-regular.svg') !important;
}

.context-pad-icon-create-property {
  background-image: url('../images/icons/context-pad/property.svg') !important;
}

.context-pad-icon-inheritance {
  background-image: url('../images/icons/context-pad/inheritance.svg') !important;
}

.context-pad-icon-association {
  background-image: url('../images/icons/context-pad/association.svg') !important;
}

.context-pad-icon-composition {
  background-image: url('../images/icons/context-pad/composition.svg') !important;
}

.context-pad-icon-dependency {
  background-image: url('../images/icons/context-pad/dependency.svg') !important;
}

.context-pad-icon-realization {
  background-image: url('../images/icons/context-pad/realization.svg') !important;
}

.context-pad-icon-aggregation {
  background-image: url('../images/icons/context-pad/aggregation.svg') !important;
}

/*
 * Generated from '/style/formEditor.css'
 */

.foreignAttributeNoBaseObjectMessage {
	font-style: italic;
}

/*
 * Generated from '/style/scripting.css'
 */

table.scriptingRecorderTemplateParams {
	width: 100%; 
	padding: 0px; 
	margin: 0px;
}

table.scriptingRecorderTemplateParams td {
	white-space: nowrap;
}

th.scriptingRecorderLabelColumn {
	width: 0px;
}

th.scriptingRecorderContentColumn {
	width: 100%;
}

span.scriptRecorderActionXmlError {
	position: absolute;
	top: 5px;
	right: 5px;
}

span.scriptRecorderActionXmlField.error textarea {
	border: 2px red solid;
}

span.scriptRecorderActionXmlField textarea {
	white-space: pre;
	word-wrap: normal;
	overflow: auto;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
	box-sizing: border-box;
	font-family: monospace;
}

div.scrDerived a.selectableNode {
	color: gray;
}

div.scrError a.selectableNode {
	color: red;
}

td.scriptRecorderContentColumn input.is-input {
	width: 90%
}

/*
 * Generated from '/style/bpmn.css'
 */

@font-face {
  font-family: 'bpmn';
  src: url('../font/bpmn.eot?70672887');
  src: url('../font/bpmn.eot?70672887#iefix') format('embedded-opentype'),
       url('../font/bpmn.woff?70672887') format('woff'),
       url('../font/bpmn.ttf?70672887') format('truetype'),
       url('../font/bpmn.svg?70672887#bpmn') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bpmn';
    src: url('../font/bpmn.svg?70672887#bpmn') format('svg');
  }
}
*/

 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before {
  font-family: "bpmn";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bpmn-icon-screw-wrench:before { content: '\e800'; } /* '' */
.bpmn-icon-trash:before { content: '\e801'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e802'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e803'; } /* '' */
.bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */
.bpmn-icon-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */
.bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
.bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
.bpmn-icon-loop-marker:before { content: '\e809'; } /* '' */
.bpmn-icon-parallel-mi-marker:before { content: '\e80a'; } /* '' */
.bpmn-icon-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */
.bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
.bpmn-icon-intermediate-event-catch-compensation:before { content: '\e80e'; } /* '' */
.bpmn-icon-gateway-xor:before { content: '\e80f'; } /* '' */
.bpmn-icon-connection:before { content: '\e810'; } /* '' */
.bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
.bpmn-icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; } /* '' */
.bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
.bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
.bpmn-icon-sequential-mi-marker:before { content: '\e816'; } /* '' */
.bpmn-icon-user-task:before { content: '\e817'; } /* '' */
.bpmn-icon-business-rule:before { content: '\e818'; } /* '' */
.bpmn-icon-sub-process-marker:before { content: '\e819'; } /* '' */
.bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
.bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
.bpmn-icon-intermediate-event-catch-signal:before { content: '\e81c'; } /* '' */
.bpmn-icon-intermediate-event-catch-error:before { content: '\e81d'; } /* '' */
.bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
.bpmn-icon-subprocess-collapsed:before { content: '\e81f'; } /* '' */
.bpmn-icon-subprocess-expanded:before { content: '\e820'; } /* '' */
.bpmn-icon-task:before { content: '\e821'; } /* '' */
.bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
.bpmn-icon-intermediate-event-catch-escalation:before { content: '\e823'; } /* '' */
.bpmn-icon-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */
.bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
.bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
.bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
.bpmn-icon-manual:before { content: '\e828'; } /* '' */
.bpmn-icon-receive:before { content: '\e829'; } /* '' */
.bpmn-icon-call-activity:before { content: '\e82a'; } /* '' */
.bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
.bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
.bpmn-icon-intermediate-event-none:before { content: '\e82d'; } /* '' */
.bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
.bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
.bpmn-icon-text-annotation:before { content: '\e830'; } /* '' */
.bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
.bpmn-icon-gateway-complex:before { content: '\e832'; } /* '' */
.bpmn-icon-gateway-eventbased:before { content: '\e833'; } /* '' */
.bpmn-icon-gateway-none:before { content: '\e834'; } /* '' */
.bpmn-icon-gateway-or:before { content: '\e835'; } /* '' */
.bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
.bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
.bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
.bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
.bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
.bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
.bpmn-icon-intermediate-event-catch-message:before { content: '\e83c'; } /* '' */
.bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
.bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
.bpmn-icon-script:before { content: '\e83f'; } /* '' */
.bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
.bpmn-icon-send:before { content: '\e841'; } /* '' */
.bpmn-icon-service:before { content: '\e842'; } /* '' */
.bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
.bpmn-icon-user:before { content: '\e844'; } /* '' */
.bpmn-icon-start-event-none:before { content: '\e845'; } /* '' */
.bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
.bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-escalation:before { content: '\e848'; } /* '' */
.bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
.bpmn-icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
.bpmn-icon-data-object:before { content: '\e84b'; } /* '' */
.bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
.bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
.bpmn-icon-data-store:before { content: '\e84e'; } /* '' */
.bpmn-icon-start-event-non-interrupting-escalation:before { content: '\e84f'; } /* '' */
.bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-signal:before { content: '\e852'; } /* '' */
.bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
.bpmn-icon-start-event-non-interrupting-message:before { content: '\e854'; } /* '' */
.bpmn-icon-ad-hoc-marker:before { content: '\e855'; } /* '' */
.bpmn-icon-service-task:before { content: '\e856'; } /* '' */
.bpmn-icon-task-none:before { content: '\e857'; } /* '' */
.bpmn-icon-compensation-marker:before { content: '\e858'; } /* '' */
.bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
.bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */
.bpmn-icon-participant:before { content: '\e85c'; } /* '' */
.bpmn-icon-event-subprocess-expanded:before { content: '\e85d'; } /* '' */
.bpmn-icon-lane-insert-below:before { content: '\e85e'; } /* '' */
.bpmn-icon-space-tool:before { content: '\e85f'; } /* '' */
.bpmn-icon-connection-multi:before { content: '\e860'; } /* '' */
.bpmn-icon-lane:before { content: '\e861'; } /* '' */
.bpmn-icon-lasso-tool:before { content: '\e862'; } /* '' */
.bpmn-icon-lane-insert-above:before { content: '\e863'; } /* '' */
.bpmn-icon-lane-divide-three:before { content: '\e864'; } /* '' */
.bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
.bpmn-icon-data-input:before { content: '\e866'; } /* '' */
.bpmn-icon-data-output:before { content: '\e867'; } /* '' */
.bpmn-icon-hand-tool:before { content: '\e868'; } /* '' */
.bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */

/*
 * Generated from '/style/bpmnControl.css'
 */

div.cBPMN {
	width: 100%;
	height: 100%;
}

/*
 * Generated from '/style/tiles.css'
 */

span.circle-red {
	position:absolute;
	right:100px;
	margin-top:0px;
	min-height: 20px;
	min-width: 20px;
	line-height: 20px;
	padding: 2px;
	background-color: red;
	border-radius: 50%;
	color:#FFF;
	text-align: center;
	font-weight: bold;
	border: 2px solid #FFF;
	font-size: 10px;
}
span.circle-blue {
	position:absolute;
	right:100px;
	margin-top:0px;
	min-height: 20px;
	min-width: 20px;
	line-height: 20px;
	padding: 2px;
	background-color: blue;
	border-radius: 50%;
	color:#FFF;
	text-align: center;
	font-weight: bold;
	border: 2px solid #FFF;
	font-size: 10px;
}

/* Text shortening starts here */

.card-text {
  height: 34px; /* line-height x2 */
  overflow: hidden;
  position: relative;
}

.card-text:hover {
  overflow: visible;
  background: rgba(255,255,255,1.0);
  height: auto;
  z-index:2;
}

.card-text:before {
  background: #FFF;
  content: '...';
  top: 24px;
  margin-right: 3px;
  position: absolute;
  right: 0;
  text-align: right;
  text-weight: bold;
}	

.card-text:after {
  content: '';
  position: absolute;
  margin-top: 1.6em;
  right: 0em;
  width: 1em;
  height: 1em;
  background: #FFF;
}

/* Delete dots */
.card-text:hover:before {
  content: '';
}

.card-text:hover:after {
  background: none;
}

/* Tables among tiles */
tr.tileTableOddRow {
	background-color:#EAEAEA;
}

tr.tileTableEvenRow {
	background-color:#F6F6F6;
}

tr.tileTableFont td {
	font-size: 1.5em;
}

th.bpeTileCockpitTH td {
	font-size: 1.5em;
}

/*
 * Generated from '/style/modern_global.css'
 */

/*
  Overwrites the global styles inherited from templates.css
*/
a:visited, a:hover, a:link, a:active, a.gotoLink, a.gotoLink:visited, a.cmdLink, a.cmdLink:visited{
	color:var(--NORMAL_TEXT);
}

label{
	color:var(--NORMAL_TEXT);	
}

tbody tr td{
	color:var(--NORMAL_TEXT);	
}

body.title { 
	margin: 0px;
	background-color: #E7E7E7; 
	color:            var(--NORMAL_TEXT);
	font-family:      Arial;
	font-weight:      bold;
	font-size:        13px;
}

tr.head th{
	color:            var(--NORMAL_TEXT);
}

tr.sum td{
	color:            var(--NORMAL_TEXT);
	border:0px;	
}

h1,h2,h3{
	color:var(--NORMAL_TEXT);	
}

/*
	Help
*/

td.infoTD {
	color: var(--NORMAL_TEXT);	
}

.infoTable{
    border-top: 2px solid var(--TERTIARY_BACKGROUND_COLOR);
    border-bottom: 2px solid var(--TERTIARY_BACKGROUND_COLOR);
}

th.infoTH {
    padding-left:        5px;
    padding-right:       30px;
    font-family:         Arial;
    font-size:           11px;
    font-weight:         normal;
    text-align:          left;
	white-space:         nowrap; 
}

td.tl-table__cell--selected {
	background-color: var(--TABLE_SELECT_BACKGROUND_COLOR);
}

div.tblMandatory .tl-table__title {
	/* For legacy browsers. */
	background-color: var(--FRAME_BACK);

	background: var(--TABLE_TITLE_BACKGROUND);
    font-family:      var(--TEXT_FAMILY);
    color:            var(--TBLMANDATORY_THTBLTITLE_COLOR);
    font-size:        13px;
    font-weight:      normal;
	line-height: var(--TABLE_TITLE_HEIGHT);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
    border-color:     #555555;
    border-right:      none;
}

div.tblMandatory th.tblTitleRight {
	/* For legacy browsers. */
    background-color: var(--FRAME_BACK);

	background: var(--TABLE_TITLE_BACKGROUND);
	font-family:      var(--TEXT_FAMILY);
    color:            var(--INVERT_TEXT);
    font-size:        13px;
    font-weight:      normal;
	line-height: var(--TABLE_TITLE_HEIGHT);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
    border-color:     #555555;
    text-align:       right;
    border-left:      none;
}

th.tl-table__cell {
	font-family:         var(--TEXT_FAMILY);
	font-size:           12px; 
	font-weight:         bold;
	background-color:    var(--TABLE_HEADER);
    white-space:         nowrap;     
	border-bottom-width: var(--TABLE_HEADER_BORDER_BOTTOM_WIDTH);
	border-top-width:    0px;
}

.tl-table__cell .tblCellInnerSpacer {
	margin-left: 0px;
}

td.tblTDPVDate {
	padding:        	0px;
	margin:				0px;
	border-width:		0px;
	border-style: 		none;
	border-collapse: 	collapse;
	border-spacing: 	0px;
	width: 				100%;
	text-align: 		center;
}

td.tblTDPVDateSelect {
	background-color: 	var(--TABLE_SELECT_BACKGROUND_COLOR);
	padding:        	0px;
	margin:				0px;
	border-width:		0px;
	border-style: 		none;
	border-collapse: 	collapse;
	border-spacing: 	0px;
	width: 				100%;
	text-align: 		center;
}

.tblCounter {
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tl-table__footer-pager {
	background-color: #CCCCCC;	
	text-align: center;
}

/*
 Fieldsets
*/

fieldset {
	border:        1px solid var(--FIELDSET_BORDER_COLOR);

	color:         var(--NORMAL_TEXT);

	margin-left:   5px;
	margin-right:  5px;
}


/*
 * "label" can be nested in "legend" and has to be treated exactly the same way
 * as the usual legend
 */
fieldset legend, legend label {
	color:             var(--COLOR_LEGEND);
	background-color:  var(--LEGEND_BACKGROUND_SELECTED);
	foreground-color:  var(--COLOR_LEGEND);

	padding-left:      5px;
	padding-right:     5px;
	padding-top:       1px;
	padding-bottom:    1px;

	margin-bottom:     2px;
}

td.label{
	color: var(--NORMAL_TEXT);
	font-weight: bold;
	
	text-align: left;	
}

/*
	Dialogs
*/

div.dialog {
	background-color: #666666;
	border-color: #666666;
}

.dialogTitleBar {
	background-color: #666666;
}

/*
  Calendar	
*/
table.cal_table {
	border-color:	  #666666;
}

table.cal_title {
	background-color:	  #666666;
}

tr.cal_tr {
	background-color:	  #666666;
}

th.cal_title {
	background-color:	  #666666;
	font-family:      Arial;
	font-size:        12px;
	font-weight:      normal;
}

/* Quick Search - START */

span.quickSearch {
    margin-top: 3px;
	display: table-row;
}

span.quickSearch .quickSearchButton{
    width: 0px;
	display: table-cell;
}

span.quickSearch:ACTIVE {
	background: white;
}

span.quickSearch span.cButton input.input-image,
span.quickSearch span.cButton a.input-image {
	box-sizing: content-box;
	width: var(--ICON_SIZE_NORMAL);
	height: var(--ICON_SIZE_NORMAL);
	background: none;
	
	border: 1px solid gray;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
    padding: 0px 5px 0px 5px;
    border-left: none;
    display: inline-block;
}

span.quickSearch span.cButton input.input-image.disabled,
span.quickSearch span.cButton a.input-image.disabled {
	cursor: default;
}

span.quickSearchInput {
	display: table-cell;
	vertical-align: middle;
    background: transparent;
    
    border: 1px solid gray;
    border-right: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
}

span.quickSearchInput input {
    background: transparent;
	
	box-sizing: border-box;
	height: 22px;

	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;

	color: gray;
    padding: 0px 0px 0px 5px;
}

span.quickSearchInput input::-ms-clear {
}

span.quickSearch:hover input,
span.quickSearch:hover span.cButton input.input-image {
    color: gray;
    background-color: white;
}

span.quickSearchInput input:focus {
    color: black;
    border-color: gray;
    background-color: white;
}

/* Quick Search - END */

/*
 * Generated from '/style/chromestyle.css'
 */

.chromestyle{
width:43px;
margin:10px 20px 0 20px; 
height:40px;  
float:left; 
cursor:pointer;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/*
 * Generated from '/style/modern_base.css'
 */

#bar {
	background: #d1e0f3;
	padding: 0 8px;
	cursor: default;
	height: 26px;
}

.XulMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	-moz-user-select: none;
}

.XulMenu .buttondisable {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #929caa;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
}

.XulMenu .button {
	
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--MAIN_TAB_BACKGROUND);
	color: var(--MAIN_TAB_FONT_COLOR);
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	border-left: var(--MAIN_TAB_BORDER);
	border-right: var(--MAIN_TAB_BORDER);
}

.XulMenu .button:hover {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--MAIN_TAB_BACKGROUND_HOVER);
	color: var(--MAIN_TAB_FONT_COLOR_HOVER);
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	border-left: var(--MAIN_TAB_BORDER_HOVER);
	border-right: var(--MAIN_TAB_BORDER_HOVER);
}

.XulMenu .button_hover {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--MAIN_TAB_BACKGROUND_HOVER);
	color: var(--MAIN_TAB_FONT_COLOR_HOVER);
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	border-left: var(--MAIN_TAB_BORDER_HOVER);
	border-right: var(--MAIN_TAB_BORDER_HOVER);
}

.XulMenu .button-active {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--MAIN_TAB_BACKGROUND_ACTIVE);
	border-left: var(--MAIN_TAB_BORDER_ACTIVE);
	border-right: var(--MAIN_TAB_BORDER_ACTIVE);
	color: var(--MAIN_TAB_FONT_COLOR_ACTIVE);
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
}

.XulMenu .button-active:hover {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: var(--MAIN_TAB_BACKGROUND_ACTIVE_HOVER);
	border-left: var(--MAIN_TAB_BORDER_ACTIVE_HOVER);
	border-right: var(--MAIN_TAB_BORDER_ACTIVE_HOVER);
	color: var(--MAIN_TAB_FONT_COLOR_ACTIVE_HOVER);
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
}

.XulMenu .item,.XulMenu .item:hover,.XulMenu .item-active,.XulMenu .item-active:hover
	{
	line-height: normal;
	background: url(../images/menu_bg.png) left top repeat-y;
	padding: 3px 30px 3px 20px;
	color: #000000;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.XulMenu .item:hover,.XulMenu .item-active,.XulMenu .item-active:hover {
	background: #667fac;
	color: #ffffff;
}

.XulMenu .section {
	border: 1px solid #9bb0d1;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.XulMenu .arrow {
	position: absolute;
	top: 7px;
	right: 8px;
	border: 0;
	z-index: 9;
}

* html .XulMenu td {
	position: relative;
	z-index: 9;
} /* ie 5.0 fix */

/*
 * Generated from '/style/style.css'
 */

/* Common Style */
body {margin:0; padding:0; background:#fff; font-family:var(--TEXT_FAMILY); font-size:12px; color:#000;}
a {color:#646463; text-decoration:underline;}
a:hover {color:#646463; text-decoration:none;}

input, textarea, select {font-size:12px;}
img {border:0 none;}

.Lt1 {float:left;}
.Rt1 {float:right;}
.clr {clear:both; font-size:0; margin:0; padding:0; line-height:0; visibility:hidden; height:0;}

.OuterContainer {margin:0; padding:0px; background:#ffffff; font-family:var(--TEXT_FAMILY); font-size:12px; color:#000000;} 
.Container {margin:0 auto;  border:1px solid #9bb0d1;}

.TitleTop {height:21px; background:var(--TITLE_BACKGROUND);}
.TitleTop .TitleName {/*float:left;*/ line-height:21px; color:var(--FONT_COLOR_TITLE); text-align:center;}
.TitleTop .Close {width:25px; height:17px; margin-top:2px; float:right;}
.IE8 .TitleTop .Close {overflow: hidden;}
.MenuContainer {padding:0 0 0 10px; height:26px; background:var(--MAIN_TABBAR_BACKGROUND);}

.MenuContainer ul li a.MenuSimple {text-decoration:none; color:#000000; padding:0 9px; line-height:26px; height:26px; display:block; border-left:1px solid #d1e0f4; border-right:1px solid #d1e0f4; font-weight:bold;}
.MenuContainer ul li a.MenuHover {text-decoration:none; height:26px; border-left:1px solid #9bb0d1; border-right:1px solid #9bb0d1; font-weight:bold;}
.MenuContainer ul li a.MenuClick {text-decoration:none; height:26px; border-left:1px solid #9bb0d1; border-right:1px solid #9bb0d1; background:url(../images/menu_bar_hover_bg.png) left top repeat-x; font-weight:bold;}

.ToolBarContainer {height:56px; background:var(--TOOLBAR_BACKGROUND); display:block;}
.ToolBarContainer .ToolContainer {float:left; z-index:1;}
.ToolBarContainer .ToolContainerRight {float:right; z-index:1;}

.ToolContainerRight .IconContainer {float:left; margin:0 0 0 0;}
.ToolContainerRight .IconContainer ul {margin:0; padding:0; list-style-type:none;}
.ToolContainerRight .IconContainer ul li {margin:0; padding:0; float:left;}
.ToolContainer .IconContainer ul.mtbGroup {margin-right: 5px;}
.ToolContainer .IconContainer {float:left; margin:10px 0 0 0;}
.ToolContainer .IconContainer ul {margin:0; padding:0; list-style-type:none;}
.ToolContainer .IconContainer ul li {margin:0; padding:0; float:left;}
.ToolContainer .IconContainer ul li a.Edit {background:url(../images/icons/edit_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.EditHover {background:url(../images/icons/edit_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.EditActive {background:url(../images/icons/edit_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Save {background:url(../images/icons/save_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.SaveHover {background:url(../images/icons/save_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.SaveActive {background:url(../images/icons/save_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Export {background:url(../images/icons/export_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.ExportHover {background:url(../images/icons/export_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.ExportActive {background:url(../images/icons/export_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.EditMilestone {background:url(../images/icons/edit_milestone_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.EditMilestoneHover {background:url(../images/icons/edit_milestone_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.EditMilestoneActive {background:url(../images/icons/edit_milestone_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.CompareMilestone {background:url(../images/icons/compare_milestone_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.CompareMilestoneHover {background:url(../images/icons/compare_milestone_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.CompareMilestoneActive {background:url(../images/icons/compare_milestone_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Budget {background:url(../images/icons/budget_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.BudgetHover {background:url(../images/icons/budget_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.BudgetActive {background:url(../images/icons/budget_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Debtors {background:url(../images/icons/debtors_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.DebtorsHover {background:url(../images/icons/debtors_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.DebtorsActive {background:url(../images/icons/debtors_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Payable {background:url(../images/icons/payable_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.PayableHover {background:url(../images/icons/payable_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.PayableActive {background:url(../images/icons/payable_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.WeeklyReport {background:url(../images/icons/weekly_report_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.WeeklyReportHover {background:url(../images/icons/weekly_report_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.WeeklyReportActive {background:url(../images/icons/weekly_report_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.MonthlyReport {background:url(../images/icons/monthly_report_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.MonthlyReportHover {background:url(../images/icons/monthly_report_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.MonthlyReportActive {background:url(../images/icons/monthly_report_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Report {background:url(../images/icons/report_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.ReportHover {background:url(../images/icons/report_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.ReportActive {background:url(../images/icons/report_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Requirement {background:url(../images/icons/requirement_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.RequirementHover {background:url(../images/icons/requirement_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.RequirementActive {background:url(../images/icons/requirement_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.TestContainer {background:url(../images/icons/test_container_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.TestContainerHover {background:url(../images/icons/test_container_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.TestContainerActive {background:url(../images/icons/test_container_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Search {background:url(../images/icons/search_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.SearchHover {background:url(../images/icons/search_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.SearchActive {background:url(../images/icons/search_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.Help {background:url(../images/icons/help_simple.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.HelpHover {background:url(../images/icons/help_hover.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolContainer .IconContainer ul li a.HelpActive {background:url(../images/icons/help_active.png) left top no-repeat; height:36px; width:36px; float:left;}
.ToolBarContainer .header-logo {position:relative; height:var(--HEADER_RIGHT_IMAGE_HEIGHT); width:var(--HEADER_RIGHT_IMAGE_WIDTH); padding-right:10px; overflow:hidden;}
.BreadCrumbOuter {height:23px; background:var(--BREADCRUMB_BACKGROUND); margin-left:0px}
.BreadCrumbOuter .breadcrumb {margin-left:0px}
.BreadCrumbOuter .Left {height:19px; line-height:19px; margin:2px 0px 0px 0px; float:left; background:var(--BREADCRUMB_BACKGROUND_OUTER_LEFT); padding:0px 0px 0px 19px; text-align:left;}
.BreadCrumbOuter .Right {height:19px; line-height:19px; margin:2px 0px 0px 0px; float:right; background:var(--BREADCRUMB_BACKGROUND_OUTER_RIGHT); padding:0px 19px 0px 0px; text-align:right;}

.TreeContainerSmall {overflow:scroll; width:50px; height:500px; overflow-x:hidden; padding:0px; margin:0px auto; display:block; position:relative; float:left; background:#FFFFFF;}
.stammdaten_box {padding:35px 0px 0px 15px;}
.stammdaten_box1 {padding:30px 0px 0px 15px;}
.stammdaten_content {line-height:25px;}
.box1_float {float:left; margin:0px; padding:0px; width:65%;}
.sidebar_title {padding:0px 0px 0px 10px; margin:0px; line-height:22px; height:22px; border-bottom:1px solid #636465; background-color:#e7e8e9;}
.sidebar_content {padding:0px 0px 0px 10px; margin:0px; line-height:22px; height:72px; background-color:#f3f4f4;}
.sidebox_content {float:right; width:241px; border:1px solid #e7e8e9; padding:0px 0px 0px 0px; margin:70px 5px 0px 0px; height:95px; background-color:white;}
.sidebox_content1 {float:right; width:241px; border:1px solid #e7e8e9; padding:0px 0px 0px 0px; margin:15px 5px 0px 0px; height:95px; background-color:white;}
.Help_icon {width:32px; border:0px; padding:2px 2px 0px 0px; margin:0px; float:right;}
a.HelpIcon {background:url(../images/help_new_simple.png) left top no-repeat; height:31px; width:32px; float:left;}
a.HelpIconHover {background:url(../images/help_new_hover.png) left top no-repeat; height:31px; width:32px; float:left;}
a.HelpIconActive {background:url(../images/help_new_active.png) left top no-repeat; height:31px; width:32px; float:left;}

/* Tree Menu */
.TreeTitle {text-decoration:none; cursor:pointer;}
.TreeTitleHover {background:#e7e8ea; text-decoration:none; cursor:pointer;}
.Footer {height:19px; overflow:hidden; background:url(../images/footer_bg.png) left top repeat-x;}
.Footer .FooterStatus {width:140px; height:17px; padding:2px 0 0 11px; float:right; background:url(../images/footer_status_bg.png) left top no-repeat; color:#333333; font-size:11px;}

/* Budget List Page*/
.Title {font-family:var(--TEXT_FAMILY); font-size:12px; font-weight:bold; color:#000000; background:url(../images/baudget_table_bg.png) left top repeat-x; height:19px; padding-left:10px;}
.blueRow {font-family:var(--TEXT_FAMILY); font-size:11px; font-weight:normal; color:#000000; background-color:#dce7f3;}
.greyRow {font-family:var(--TEXT_FAMILY); font-size:11px; font-weight:normal; color:#000000; background-color:#edeeee; text-align:center;}
#budgetlist {height:260px; overflow:scroll; overflow-x:hidden; border:1px solid #666666; padding:1px;}








/* Budget Table */
table.budgetlistTbl {border-collapse:collapse; background:#edeeee; font-size:11px; text-align:center;}
table.budgetlistTbl td {padding:3px 8px;}
table.budgetlistTbl th {padding:3px 8px; font-weight:bold; text-align:left; background:url(../images/bgTh1.png) bottom right no-repeat;}
table.budgetlistTbl td.fst {background:#dce7f3;}
.tier1 {margin-left:0; text-align:left;}
.tier2 {margin-left:1.5em; text-align:left;}
.tier3 {margin-left:3em; text-align:left;}
.tier4 {margin-left:4.5em; text-align:left;}
.tier5 {margin-left:6em; text-align:left;}
.tier6 {margin-left:7.5em; text-align:left;}
.folder {background:url(../images/arrowOF.png) left top no-repeat; float:left; height:11px; width:12px;}
/* Budget Table */



.IconList{margin:0; height:34px; float:right; width:255px;}

.IconList ul{margin:0; padding:0; list-style-type:none; background:url(../images/icons_budgets/bg.png) left top repeat-x; height:31px; padding-bottom:3px;}
.IconList ul li{margin:0; padding:0; float:left;}

.IconList ul li a.ListHorizontal{background:url(../images/icons_budgets/list_horizontal_simple.png) left top no-repeat; height:31px; width:29px; float:left;}
.IconList ul li a.ListHorizontalHover{background:url(../images/icons_budgets/list_horizontal_hover.png) left top no-repeat; height:31px; width:29px; float:left;}
.IconList ul li a.ListHorizontalActive{background:url(../images/icons_budgets/list_horizontal_active.png) left top no-repeat; height:31px; width:29px; float:left;}

.IconList ul li a.ListVertical{background:url(../images/icons_budgets/list_verticle_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.ListVerticalHover{background:url(../images/icons_budgets/list_verticle_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.ListVerticalActive{background:url(../images/icons_budgets/list_verticle_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.One{background:url(../images/icons_budgets/one_simple.png) left top no-repeat; height:31px; width:27px; float:left; margin:0 0 0 4px;}
.IconList ul li a.OneHover{background:url(../images/icons_budgets/one_hover.png) left top no-repeat; height:31px; width:27px; float:left; margin:0 0 0 4px;}
.IconList ul li a.OneActive{background:url(../images/icons_budgets/one_active.png) left top no-repeat; height:31px; width:27px; float:left; margin:0 0 0 4px;}

.IconList ul li a.Two{background:url(../images/icons_budgets/two_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.TwoHover{background:url(../images/icons_budgets/two_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.TwoActive{background:url(../images/icons_budgets/two_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.Three{background:url(../images/icons_budgets/three_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.ThreeHover{background:url(../images/icons_budgets/three_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.ThreeActive{background:url(../images/icons_budgets/three_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.Four{background:url(../images/icons_budgets/four_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.FourHover{background:url(../images/icons_budgets/four_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.FourActive{background:url(../images/icons_budgets/four_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.Five{background:url(../images/icons_budgets/five_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.FiveHover{background:url(../images/icons_budgets/five_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.FiveActive{background:url(../images/icons_budgets/five_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.Six{background:url(../images/icons_budgets/six_simple.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.SixHover{background:url(../images/icons_budgets/six_hover.png) left top no-repeat; height:31px; width:27px; float:left;}
.IconList ul li a.SixActive{background:url(../images/icons_budgets/six_active.png) left top no-repeat; height:31px; width:27px; float:left;}

.IconList ul li a.Help{background:url(../images/icons_budgets/help_simple.png) left top no-repeat; height:31px; width:29px; float:left; margin:0 0 0 4px;}
.IconList ul li a.HelpHover{background:url(../images/icons_budgets/help_hover.png) left top no-repeat; height:31px; width:29px; float:left; margin:0 0 0 4px;}
.IconList ul li a.HelpActive{background:url(../images/icons_budgets/help_active.png) left top no-repeat; height:31px; width:29px; float:left; margin:0 0 0 4px;}




/*
 * Generated from '/style/tabcontent.css'
 */

/***********************************************************************************
			New tab bar classes
***********************************************************************************/
.tabBar, .mainTabBar {
	position: relative;
	line-height: normal;
}

.mainTabBar {
	background: var(--TOOLBAR_BACKGROUND);
}

.tabBar {
	background: var(--TABBAR_BACKGROUND);
}

.firstLevelTabBar {
	background: var(--TABBAR_L1_BACKGROUND);
	padding-top: var(--TABBAR_L1_PADDING_TOP);
}

.tabBarBaseLine {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px; 
	background-color: var(--TABBAR_BASELINE_BACKGROUND_COLOR);
}

.mainTabBar .tabBarBaseLine {
	display: none;
}

.scrollContainer {
	overflow: hidden;
	white-space: nowrap;
}

.tabContainer {
	display: inline-block;
	position: relative;
	min-height: var(--TABCONTAINER_MIN_HEIGHT);
}

.mainTabBar .tabContainer {
	padding-left: 10px;
}

.tab {
	cursor: pointer;
}

.IE .tabBar .tab {
	position: relative;
	top: -1px;
	height: 22px;
	padding: 0;
	border: none;
	background-image:url(../images/tab2_inactive_middle.png);
	background-repeat: repeat-x;
}

.IE .firstLevelTabBar .tab {
	background-image:url(../images/tab1_inactive_middle.png);
}

.IE .tabBar .tab:hover {
	padding: 0;
	border: none;
	background-image:url(../images/tab2_hover_middle.png);
}

.IE .firstLevelTabBar .tab:hover {
	background-image:url(../images/tab1_hover_middle.png);
}

.IE .tabBar .activeTab {
	display: inline-block;
	height: 23px;
	padding: 0;
	border: none;
	background-image:url(../images/tab2_selected_middle.png);
	background-repeat: repeat-x;
}

.IE .firstLevelTabBar .activeTab {
	background-image:url(../images/tab1_selected_middle.png);
}

.IE .tabBar .tab .leftBorder {
	display: inline-block;
	height: 22px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../images/tab2_inactive_left.png);
}

.IE .firstLevelTabBar .tab .leftBorder {
	background-image:url(../images/tab1_inactive_left.png);
}

.IE .tabBar .tab:hover .leftBorder {
	background-image:url(../images/tab2_hover_left.png);
}

.IE .firstLevelTabBar .tab:hover .leftBorder {
	background-image:url(../images/tab1_hover_left.png);
}

.IE .tabBar .activeTab .leftBorder {
	display: inline-block;
	height: 23px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../images/tab2_selected_left.png);
}

.IE .firstLevelTabBar .activeTab .leftBorder {
	background-image:url(../images/tab1_selected_left.png);
}

.IE .tabBar .tab .rightBorder {
	display: inline-block;
	height: 22px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(../images/tab2_inactive_right.png);
}

.IE .firstLevelTabBar .tab .rightBorder {
	background-image:url(../images/tab1_inactive_right.png);
}

.IE .tabBar .tab:hover .rightBorder {
	background-image:url(../images/tab2_hover_right.png);
}

.IE .firstLevelTabBar .tab:hover .rightBorder {
	background-image:url(../images/tab1_hover_right.png);
}

.IE .tabBar .activeTab .rightBorder {
	display: inline-block;
	height: 23px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(../images/tab2_selected_right.png);
}

.IE .firstLevelTabBar .activeTab .rightBorder {
	background-image:url(../images/tab1_selected_right.png);
}

.IE .tabBar .textContainer {
	position: relative;
	top: 6px;
}

.mainTabBar .tab, .mainTabBar .activeTab {
	display: inline-block;
	position: relative;
	padding: 8px 10px 10px;
	font-weight: bold;
	color: #000;
}

.tabBar .tab {
	color: var(--TAB_TEXT);
	background: var(--TABBAR_TAB_BACKGROUND);
	padding: var(--TABBAR_TAB_PADDING);	
	border: var(--TABBAR_TAB_BORDER);
	border-bottom: var(--TABBAR_TAB_BORDER_BOTTOM);
}

.tabBar .tab:hover {
	color: var(--TABBAR_TAB_HOVER_COLOR);
	background: var(--TABBAR_TAB_HOVER_BACKGROUND);
	padding: var(--TABBAR_TAB_HOVER_PADDING);
	border: var(--TABBAR_TAB_HOVER_BORDER);
	border-bottom: var(--TABBAR_TAB_HOVER_BORDER_BOTTOM);
}

.tabBar .activeTab {
	color: var(--TABBAR_TAB_ACTIVE_COLOR);
	background: var(--TABBAR_TAB_ACTIVE_BACKGROUND);
	padding: var(--TABBAR_TAB_ACTIVE_PADDING);
	border: var(--TABBAR_TAB_ACTIVE_BORDER);
	border-bottom: var(--TABBAR_TAB_ACTIVE_BORDER_BOTTOM);
}

.firstLevelTabBar .tab {
	color: var(--TABBAR_L1_TAB_COLOR);
	background: var(--TABBAR_L1_TAB_BACKGROUND);
	padding: var(--TABBAR_L1_TAB_PADDING);	
	border: var(--TABBAR_L1_TAB_BORDER);
	border-bottom: var(--TABBAR_L1_TAB_BORDER_BOTTOM);
}

.firstLevelTabBar .tab:hover {
	color: var(--TABBAR_L1_TAB_HOVER_COLOR);
	background: var(--TABBAR_L1_TAB_HOVER_BACKGROUND);
	padding: var(--TABBAR_L1_TAB_HOVER_PADDING);
	border: var(--TABBAR_L1_TAB_HOVER_BORDER);
	border-bottom: var(--TABBAR_L1_TAB_HOVER_BORDER_BOTTOM);
}

.firstLevelTabBar .activeTab {
	color: var(--TABBAR_L1_TAB_ACTIVE_COLOR);
	background: var(--TABBAR_L1_TAB_ACTIVE_BACKGROUND);
	padding: var(--TABBAR_L1_TAB_ACTIVE_PADDING);
	border: var(--TABBAR_L1_TAB_ACTIVE_BORDER);
	border-bottom: var(--TABBAR_L1_TAB_ACTIVE_BORDER_BOTTOM);
}

.tabBar .tab, .tabBar .activeTab, .tabBar .tab:hover {
	display: inline-block;
	position: relative;
	border-radius: var(--TABBAR_TAB_BORDERRADIUS);
	font-size: 10px;
	font-family: var(--TEXT_FAMILY);
	font-weight: bold;
	margin: var(--TABBAR_TAB_ACTIVE_MARGIN);
}

.mainTabBar .tab:hover {
    padding-left: 8px;
    padding-right: 8px;
	border-left: 2px solid #9bb0d1;
    border-right: 2px solid #9bb0d1;
}

.mainTabBar .activeTab {
	background: #94ACCE;
	border: 0;
}

.scrollLeftButton, .scrollRightButton,
.cmdButtonsDialogOpener i {
	margin-left: 5px;
	margin-right: 5px;
	color: var(--TABBAR_SCROLL_BUTTON_COLOR);
}

.scrollLeftButton .fas, .scrollRightButton .fas,
.cmdButtonsDialogOpener i {
	font-size: 22px;
} 

.scrollLeftButton.inactive, .scrollRightButton.inactive,
.cmdButtonsDialogOpener.inactive i {
	color: var(--TABBAR_SCROLL_BUTTON_DISABLED_COLOR);
}

.containerScrollLeftButton:hover .scrollLeftButton, 
.containerScrollRightButton:hover .scrollRightButton,
.cmdButtonsDialogOpener:hover i {
	color: var(--TABBAR_SCROLL_BUTTON_HOVER_COLOR);
}

.containerScrollRightButton, .containerScrollLeftButton {
	margin-top: 2px;
	position: relative;
	display: none;
	cursor: pointer;
}

.containerScrollRightButton {
	margin-top: 0;
}

.mainTabBar .containerScrollRightButton, .mainTabBar .containerScrollLeftButton {
	margin-top: 4px;
}

.containerScrollLeftButton {
	float: left;
}

.containerScrollRightButton {
	float: right;
}

.additionalRightContent {
	/* padding-right is currently necessary: In IE10 and Edge there is a bug in computation of the
	 * position of the burger menu button. If it is the rightmost element in the additional content, the
	 * X position is 1px to large. This causes the browser to introduce a line break in the command
	 * label of the popup dialog. */
	padding-right: 1px;
 	margin-right: 1px;
}

.mainTabBar .additionalRightContent span {
 	margin-top: 4px;
}

.tabBar .additionalRightContent {
	float: right;
}

.rightContent {
	float: right;
}

/*
 * Generated from '/style/modern.css'
 */


a.s1{
                        background:var(--SECONDARY_BACKGROUND_COLOR);                      
}

a.s3{
                        background:var(--SECONDARY_BACKGROUND_COLOR);                      
}

.tree div:hover     {   
                        background:var(--TREE_SELECTION_BG_HOVER); 
                        text-decoration:none;
                    }
                    
.tree div {   
	line-height: var(--TREE_NODE_LINE_HEIGHT); 
}

.tree div.s1  {   
                        background:var(--TREE_SELECTION_BG); 
                        text-decoration:none;
                    }

.tree div.s3  {   
                        background:var(--TREE_SELECTION_BG); 
                        text-decoration:none;
                    }

div.sifSearchElementSelected {
	color: #646463;
    background-color: var(--TREE_SELECTION_BG);
}

.dlgTitleBar {
    height:21px; 
}

.dlgTitle {
    line-height:21px;  
    vertical-align:middle;
    padding-left: 5px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

fieldset {
    padding-top:5px
}

fieldset legend {
    background:  var(--LEGEND_BACKGROUND_SELECTED);

    padding-left:      5px;
    padding-right:     5px;
    padding-top:       1px;
    padding-bottom:    1px;

    margin-bottom:     2px;
}

.tl-table__footer-counter {
    background-color: var(--TABLE_COUNTER);
    border-top-color:#CFD1D3;
    border-top-style:solid;
    border-top-width:1px;    
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align:right;
}

th.cal_th {
	border-style: none;
}

td.tl-table__cell {
    border-color: var(--TABLE_BORDER_COLOR);
}

.tl-table__cell {
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

tr.tl-table__row:last-child > td, .tl-table__header tr {
	border-bottom: var(--TR_TBLTR_LASTROW_BORDERBOTTOM);	
}

table.tl-table--fixed td.tl-table__cell--selected.treeTableTd {
    border-left-width: var(--TABLE_COLUMN_BORDER_WIDTH);
}

.sidebarFilterEntry {
	background: var(--TABLE_FILTER_HEADER_BACKGROUND);
}

th.treeTableTh {
    font-family:         var(--TEXT_FAMILY);
    white-space:         nowrap;
    color:               black;
    
    font-size:           12px; 
    font-weight:         bold;
    background-color:    #CFD1D3;
    white-space:         nowrap;     
	
	font-size:           12px;
    font-weight:         bold;
    color:               var(--TABLE_TH_COLOR);
    border-width: 1px;
    border-color: white;
    border-style: solid;
    background:var(--TABLE_TH_BACKGROUND);
    background-position-y: bottom;
}

td.treeTableTdFirst {
    background-color:var(--TD_TREETABLE_FIRST_BACKGROUND);
    border-width: var(--TABLE_COLUMN_BORDER_WIDTH);
    border-color: white;
    border-style: solid;
    overflow: hidden;
}

td.treeTableTdFirst span {
    white-space:  nowrap;
    vertical-align: middle;
}

tr.treeSelected td.treeTableTdFirst {
    white-space:  nowrap;     
}

td.treeTableTd {
    background-color:#F5F5F5;
    border-width: var(--TABLE_COLUMN_BORDER_WIDTH);
    border-color: white;
    border-style: solid;
    overflow: hidden;
}

td.treeTableTd span {
    white-space:  nowrap;     
    vertical-align: middle;
}

a.cmdLink, a.cmdLink:visited {
    text-decoration: none;
}

tr.bold {
    font-weight: bold;
}

.welcomeMessage {
    margin-left: 10px;
    font-size: 1.5em;
    font-style: italic;
}


/* WebFolder */

div.folderView .breadcrumb {
	background: transparent;
}

div.folderView .breadcrumb .treeNode a.selectableNode,
div.folderView .breadcrumb .treeNode span.selectableNode,
div.folderView .breadcrumb .treeNode .unselectableNode,
div.folderView .breadcrumb .treeNode img {
    background-color: transparent;
    color: var(--FOLDERVIEW_COLOR);
}

div.folderView .breadcrumb .treeNode:hover .selectableNode,
div.folderView .breadcrumb .treeNode:hover a,
div.folderView .breadcrumb .treeNode:hover img,
div.folderView .breadcrumb .treeNode:hover a.selectableNode,
div.folderView .breadcrumb .treeNode:hover span.selectableNode,
div.folderView .breadcrumb .treeNode:hover span.menu {
	background-color: transparent;
}

.breadcrumbMenuVisible {
	background: var(--BUTTONMENU_BACKGROUND);
	color: var(--BREADCRUMB_COLOR);
	border: 1px solid var(--BREADCRUMB_HOVER_COLOR);
	padding: 2px 8px 2px 2px;
}

div.breadcrumbMenuNode:hover {
	background-color: var(--BREADCRUMB_BG_COLOR);
	color: var(--BREADCRUMB_HOVER_COLOR);
}


/* WebFolder end */


/****************************************************************************
 DO NOT MOVE "tl-table__cell--selected" before "treeTableTd", because selected table
 cells shall be look equal in common tables and tree tables. Because the latest
 selector wins, "tl-table__cell--selected" has to reside after "treeTableTd" in this file.
*****************************************************************************/
td.tl-table__cell--selected {
    font-family:      var(--TEXT_FAMILY);
    font-size:        var(--FONT_SIZE);
    white-space:      nowrap;
    color:            var(--TD_TBLSELECT_COLOR);
    background-color: var(--TABLE_SELECT_BACKGROUND_COLOR);
    border-color:     var(--TABLE_SELECT_BACKGROUND_COLOR);
}

td.tl-table__cell--selected a {
	color: #7695C3;
}

/* == refreshProgress.jsp == */

.progressDialog .progressBorder {
	border: 1px solid blue; 
 	padding: 4px; 
}

/* Tiles */
.card i.fa-bars {
    font-size: 1.5em;
    color: #ced1d2;
}

.card i.fa-bars:hover {
    color: #747c7e;
}

.card .cButton .input-image,
.card .cButton .input-image:hover {
	background: none;
}

/*
 * Generated from '/style/buttons.css'
 */

/* ------------------------------- Obere Toolbar Admin, Suche, Help, Record, Pfeil, .... */

/* Icon font in tool row*/
div.ToolContainer a.input-image {
	height: 36px;
	width: 36px;
}

/* Icon font in tool row*/
div.ToolContainer a.input-image i {
	font-size: var(--TOOLBAR_BUTTON_ICON_SIZE);
	color: var(--TOOLBAR_BUTTON_ICON_COLOR);
}

div.ToolContainer .input-image i span::before,
div.ToolContainer .input-image:hover i span::before {
	color: var(--ICON_COLOR_HIGHLIGHT_BG);
}

div.ToolContainer .input-image i[class*=" overlay-"] span::before,
div.ToolContainer .input-image:hover i[class*=" overlay-"] span::before {
	color: var(--ICON_COLOR_OVERLAY_HIGHLIGHT_BG);
}

div.ToolContainer .input-image i span::after {
	color: var(--TOOLBAR_BUTTON_ICON_COLOR_HIGHLIGHT);
}

div.ToolContainer div.IconContainer .input-image {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(197, 217, 242, 1) 52%);
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.70);
}

div.ToolContainer div.IconContainer .input-image:hover {
	background: linear-gradient(to bottom, rgba(217, 217, 217, 0.9) 50%, rgba(255, 255, 255, 0.5));
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.70);
}

div.ToolContainer div.IconContainer .input-image.pushed, 
div.ToolContainer div.IconContainer .input-image.disabled {
	background: linear-gradient(to bottom, rgba(178, 196, 251, 0.9) 50%, rgba(255, 255, 255, 0.5));
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.70);
}

div.ToolContainerRight ul li {
	background: none;
	border: 0;
	box-shadow: none;
}

div.ToolContainer div.IconContainer ul.mtbGroup .input-image {
	border-radius: 0;
}

div.ToolContainer div.IconContainer ul.mtbGroup li:first-child .input-image {
	border-radius: 5px 0 0 5px;
}

div.ToolContainer div.IconContainer ul.mtbGroup li:last-child .input-image {
	border-radius: 0 5px 5px 0;
}

div.ToolContainer div.IconContainer .input-image,
div.ToolContainer div.IconContainer ul.mtbGroup li:first-child:last-child .input-image {
	border-radius: 5px;
}

div.IconContainer ul li .input-image {
	width: 36px;
	height: 36px;
	box-sizing: content-box;
}

.ToolBarContainer .header-logo i {
	font-size: 10em;
}

div.ToolContainer div.IconContainer .tlUser {
	margin-left: 8px;
}

div.ToolContainer div.IconContainer .tlUser a.input-image {
	padding: 8px !important;
	margin-top: -4px;
	background: rgba(var(--TL-iron-rgb), 0.5);
	border-radius: 30px;
}

/* ------------------------------------ Ende Toolbar */

/* ------------------------------------- Icons Hintergrund */

/* Popup dialog toolbar buttons.*/
span.pdlgToolbar .input-image, 

/* Toolbar buttons in tables within forms.*/
.tl-table__title-toolbar .input-image,

/* Plus and minus buttons in integer input fields.*/
span.cIntegerInput .input-image,

/* Expand/collapse button in expandable text input fields (variant 1).*/
span.cExpandableTextInput .input-image,

/* Expand/collapse button in expandable text input fields (variant 2).*/
span.cBlockTextInput .input-image,

/* Download/clear buttons in upload fields.*/
.cDownload .input-image {
	background: var(--IMAGE_BUTTON_BACKGROUND);
	border: var(--IMAGE_BUTTON_BORDER_DISABLED);
}

div.cCollapsibleToolbar .input-image.disabled,
span.cImageButton .input-image.disabled,
span.dlgToolbar .input-image.disabled, 
span.pdlgToolbar .input-image.disabled, 
span.cOpenCalendar .input-image.disabled,
span.cTimeInput .input-image.disabled,
span.cPopupSelect .input-image.disabled,
span.cTextSelect .input-image.disabled,
span.cIntegerInput .input-image.disabled,
.tl-table__title-toolbar .input-image.disabled,
span.cExpandableTextInput .input-image.disabled,
span.cBlockTextInput .input-image.disabled,
.cDownload .input-image.disabled,
span.cImageLinkButton .input-image.disabled,
span.cDecoratedCell .input-image.disabled,
span.cExpandableTextInput .input-image.disabled,
span.cBlockTextInput .input-image.disabled,
span.urlWithIcon .input-image.disabled,
.fChoose.input-image.disabled {
	background: var(--IMAGE_BUTTON_BACKGROUND_DISABLED);
	cursor: var(--IMAGE_BUTTON_BACKGROUND_DISABLED_CURSOR);
	box-shadow: var(--IMAGE_BUTTON_BACKGROUND_DISABLED_BOXSHADOW);
	border: var(--IMAGE_BUTTON_BORDER_DISABLED);
}

div.cCollapsibleToolbar .input-image.disabled:hover,
span.cImageButton .input-image.disabled:hover,
span.dlgToolbar .input-image.disabled:hover, 
span.pdlgToolbar .input-image.disabled:hover, 
span.cOpenCalendar .input-image.disabled:hover,
span.cTimeInput .input-image.disabled:hover,
span.cPopupSelect .input-image.disabled:hover,
span.cTextSelect .input-image.disabled:hover,
span.cIntegerInput .input-image.disabled:hover,
.tl-table__title-toolbar .input-image.disabled:hover,
span.cExpandableTextInput .input-image.disabled:hover,
span.cBlockTextInput .input-image.disabled:hover,
.cDownload .input-image.disabled:hover,
span.cImageLinkButton .input-image.disabled:hover,
span.cDecoratedCell .input-image.disabled:hover,
span.cExpandableTextInput .input-image.disabled:hover,
span.cBlockTextInput .input-image.disabled:hover,
span.urlWithIcon .input-image.disabled:hover,
.fChoose.input-image.disabled:hover {
	background: var(--IMAGE_BUTTON_BACKGROUND_DISABLED);
	cursor: var(--IMAGE_BUTTON_BACKGROUND_DISABLED_CURSOR);
	box-shadow: var(--IMAGE_BUTTON_BACKGROUND_DISABLED_BOXSHADOW);
	border: var(--IMAGE_BUTTON_BORDER_DISABLED_HOVER);
}

div.cCollapsibleToolbar .input-image,
span.cImageButton .input-image,
span.cmdLink .input-image,
span.cmdLinkActive .input-image,
span.cmdLinkDisabled .input-image,
span.cOpenCalendar .input-image,
span.cTimeInput .input-image,
span.cPopupSelect .input-image,
span.cIntegerInput .input-image,
span.cTextSelect .input-image,
span.cImageLinkButton .input-image,
.cDownload .input-image,
span.cDecoratedCell .input-image,
span.cExpandableTextInput .input-image,
span.cBlockTextInput .input-image,
span.urlWithIcon .input-image,
.fChoose.input-image,
span.dlgToolbar .input-image,
span.pdlgToolbar .input-image {
	background: var(--IMAGE_BUTTON_BACKGROUND);
	border: var(--IMAGE_BUTTON_BACKGROUND_BORDER);
	box-shadow: var(--IMAGE_BUTTON_BACKGROUND_BOXSHADOW);
	display: inline-block;
	width: var(--ICON_SIZE_NORMAL);
	height: var(--ICON_SIZE_NORMAL);
	position: relative;
}

span.dlgToolbar .input-image:hover,
div.cCollapsibleToolbar .input-image:hover,
span.cmdLink .input-image:hover,
span.cmdLinkActive .input-image:hover,
span.cmdLinkDisabled .input-image:hover,
span.cImageButton .input-image:hover,
span.cOpenCalendar .input-image:hover,
span.cTimeInput .input-image:hover,
span.cPopupSelect .input-image:hover,
.cIntegerInput .input-image:hover,
span.cTextSelect .input-image:hover,
span.cImageLinkButton .input-image:hover,
.cDownload .input-image:hover,
span.cDecoratedCell .input-image:hover,
span.cExpandableTextInput .input-image:hover,
span.cBlockTextInput .input-image:hover,
span.urlWithIcon .input-image:hover,
.fChoose.input-image:hover,
span.dlgToolbar .input-image:hover,
span.pdlgToolbar .input-image:hover {
	background: var(--IMAGE_BUTTON_BACKGROUND_HOVER);
	box-shadow: var(--IMAGE_BUTTON_BACKGROUND_HOVER_BOXSHADOW);
	border: var(--IMAGE_BUTTON_BORDER_HOVER);
}

span.cImageButton .input-image i,
span.cmdLink .input-image i,
span.cmdLinkActive .input-image i,
span.cmdLinkDisabled .input-image i,
span.cOpenCalendar .input-image i,
span.cTimeInput .input-image i,
span.cPopupSelect .input-image i,
.cIntegerInput .input-image i,
span.cTextSelect .input-image i,
span.cImageLinkButton .input-image i,
.cDownload .input-image i,
span.cDecoratedCell .input-image i,
span.cExpandableTextInput .input-image i,
span.cBlockTextInput .input-image i,
span.urlWithIcon .input-image i,
.fChoose.input-image i {
	color: var(--ICON_COLOR_BUTTON_BASIC);
	font-size: 14px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.cImageButton i[class*=" overlay-"] span::before,
span.cmdLink i[class*=" overlay-"] span::before,
span.cmdLinkActive i[class*=" overlay-"] span::before,
span.cmdLinkDisabled i[class*=" overlay-"] span::before,
span.cOpenCalendar i[class*=" overlay-"] span::before,
span.cTimeInput .i[class*=" overlay-"] span::before,
span.cPopupSelect i[class*=" overlay-"] span::before,
.cIntegerInput i[class*=" overlay-"] span::before,
span.cTextSelect i[class*=" overlay-"] span::before,
span.cImageLinkButton i[class*=" overlay-"] span::before,
.cDataItem i[class*=" overlay-"] span::before,
span.cDecoratedCell i[class*=" overlay-"] span::before,
span.cExpandableTextInput i[class*=" overlay-"] span::before,
span.cBlockTextInput i[class*=" overlay-"] span::before,
span.urlWithIcon i[class*=" overlay-"] span::before,
.fChoose.i[class*=" overlay-"] span::before {
	color: var(--BUTTON_COLOR); 
}

span.cImageButton .input-image span::after,
span.cmdLink .input-image span::after,
span.cmdLinkActive .input-image span::after,
span.cmdLinkDisabled .input-image span::after,
span.cOpenCalendar .input-image span::after,
span.cTimeInput .input-image span::after,
span.cPopupSelect .input-image span::after,
.cIntegerInput .input-image span::after,
span.cTextSelect .input-image span::after,
span.cImageLinkButton .input-image span::after,
.cDownload .input-image span::after,
span.cDecoratedCell .input-image span::after,
span.cExpandableTextInput .input-image span::after,
span.cBlockTextInput .input-image span::after,
span.urlWithIcon .input-image span::after,
.fChoose.input-image span::after {
	color: var(--ICON_COLOR_BUTTON_HIGHLIGHT);
}

div.cCollapsibleToolbar .input-image i,
.tl-table__title-toolbar .input-image i,
span.dlgToolbar .input-image i,
span.pdlgToolbar .input-image i {
	color: var(--ICON_COLOR_BUTTON_TOOLBAR_BASIC);
	font-size: 14px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.cCollapsibleToolbar i[class*=" overlay-"] span::before,
.tl-table__title-toolbar i[class*=" overlay-"] span::before,
span.dlgToolbar i[class*=" overlay-"] span::before,
span.pdlgToolbar i[class*=" overlay-"] span::before {
	color: var(--ICON_COLOR_OVERLAY_DARK_CONTEXT_HIGHLIGHT_BG);
}

div.cCollapsibleToolbar .input-image span::after,
.tl-table__title-toolbar .input-image span::after,
span.dlgToolbar .input-image span::after,
span.pdlgToolbar .input-image span::after {
	color: var(--ICON_COLOR_BUTTON_TOOLBAR_HIGHLIGHT);
}

span.cImageButton .input-image.disabled i,
span.cmdLink .input-image.disabled i,
span.cOpenCalendar .input-image.disabled i,
span.cTimeInput .input-image.disabled i,
span.cPopupSelect .input-image.disabled i,
.cIntegerInput .input-image.disabled i,
span.cTextSelect .input-image.disabled i,
span.cImageLinkButton .input-image.disabled i,
.cDownload .input-image.disabled i,
span.cDecoratedCell .input-image.disabled i,
span.cExpandableTextInput .input-image.disabled i,
span.cBlockTextInput .input-image.disabled i,
span.urlWithIcon .input-image.disabled i,
span.cIconSelect .input-image.cannot-edit i,
.fChoose.input-image.disabled i,
a.cmdButtonDisabled i,
.cMenuButton.menuEntryDisabled i,
.cMenuButton.menuEntryDisabled:hover i,
.cmdLinkDisabled .input-image.disabled i {
	color: var(--ICON_COLOR_BUTTON_DISABLED_BASIC);
}

span.cImageButton .input-image.disabled span::after,
span.cmdLink .input-image.disabled span::after,
span.cOpenCalendar .input-image.disabled span::after,
span.cTimeInput .input-image.disabled span::after,
span.cPopupSelect .input-image.disabled span::after,
.cIntegerInput .input-image.disabled span::after,
span.cTextSelect .input-image.disabled span::after,
span.cImageLinkButton .input-image.disabled span::after,
.cDownload .input-image.disabled span::after,
span.cDecoratedCell .input-image.disabled span::after,
span.cExpandableTextInput .input-image.disabled span::after,
span.cBlockTextInput .input-image.disabled span::after,
span.urlWithIcon .input-image.disabled span::after,
span.cIconSelect .input-image.cannot-edit span::after,
.fChoose.input-image.disabled span::after,
a.cmdButtonDisabled span::after,
.cMenuButton.menuEntryDisabled span::after,
.cMenuButton.menuEntryDisabled:hover span::after,
.cmdLinkDisabled .input-image.disabled span::after {
	color: var(--ICON_COLOR_BUTTON_DISABLED_HIGHLIGHT);
}

div.cCollapsibleToolbar .input-image.disabled i,
.tl-table__title-toolbar .input-image.disabled i,
span.dlgToolbar .input-image.disabled i,
span.pdlgToolbar .input-image.disabled i {
	color: var(--ICON_COLOR_BUTTON_TOOLBAR_DISABLED_BASIC);
}

div.cCollapsibleToolbar .input-image.disabled span::after,
.tl-table__title-toolbar .input-image.disabled span::after,
span.dlgToolbar .input-image.disabled span::after,
span.pdlgToolbar .input-image.disabled span::after {
	color: var(--ICON_COLOR_BUTTON_TOOLBAR_DISABLED_HIGHLIGHT);
}

span.cmdLinkDisabled .input-image {
	background: var(--IMAGE_BUTTON_BACKGROUND_DISABLED);
}

.cDefaultButton button {
	height: var(--ICON_SIZE_NORMAL);
	min-width: 32px;
}

:is(.tl-table__cell, div.tblCellInnerSpacer) .fToggle .input-image {
	background: none;
}

:is(.tl-table__cell, div.tblCellInnerSpacer) .fToggle .input-image i { 
	color: var(--ICON_COLOR_BASIC); 
}

:is(.tl-table__cell, div.tblCellInnerSpacer) .fToggle .input-image span::before { 
	color: var(--ICON_COLOR_HIGHLIGHT_BG); 

}

:is(.tl-table__cell, div.tblCellInnerSpacer) .fToggle .input-image span::after { 
	color: var(--ICON_COLOR_HIGHLIGHT); 
}

input.fltButton {
	border: var(--FLT_BUTTON_BORDER);
}

input.fltButton:hover {
	border: var(--FLT_BUTTON_BORDER_HOVER);
}

div.cCollapsibleHeader div.cCollapsibleToolbar .input-image.disabled {
	filter: none;
}

span.accIcon.input-image span::before
{
	color: var(--ACCORDION_ICON_SECOND_COLOR);
}

span.accIcon.input-image span::after {
	color: var(--ACCORDION_ICON_THIRD_COLOR);
}

.tl-table__footer i,
.treeNode .fToggle i {
	font-size: 10px; 
}

.tl-table__footer span.disabled i,
.treeNode .fToggle i {
	color: grey;
}

.treeNode .fToggle.input-image,
.treeNode img {
	margin-right: 5px;
	width: 10px;
} 

.rf_header i {
	color: var(--GROUP_LABEL_COLOR);
	padding: 5px;
}

a.cmdButton i,
.fptIconOverlay i,
.cFormEditorToolbox [data-tool=true] > .attribute i,
.cDataItem label i {
	color: var(--ICON_COLOR_DARK_CONTEXT_BASIC);
}

a.cmdButton i[class*=" overlay-"] span::before,
.fptIconOverlay i[class*=" overlay-"] span::before,
.cFormEditorToolbox [data-tool=true] > .attribute i[class*=" overlay-"] span::before,
.cDataItem label i[class*=" overlay-"] span::before {
	color: var(--ICON_COLOR_OVERLAY_DARK_CONTEXT_HIGHLIGHT_BG);
}

a.cmdButton i span:after,
.fptIconOverlay i span:after,
.cFormEditorToolbox [data-tool=true] > .attribute i span:after,
.cDataItem label i[class*=" overlay-"] span::after {
	color: var(--ICON_COLOR_DARK_CONTEXT_HIGHLIGHT);
}

.fptIconOverlay i {
	font-size: 48px;
}

div.cCollapsibleToolbar
{
	display: flex; /* to keep the icons in one line */
    padding: 0 6px 0 0;
}

a.input-image.disabled, 
a.input-image.cannot-edit {
	/*pointer-events: none;*/
}

/*
 * Generated from '/style/sidebar.css'
 */

/*
 * Styles for the sidebar theme.
 */
.sblLogo {
	background-color: var(--SBL_LOGO_BACKGROUND_COLOR);
	background: var(--SBL_LOGO_BACKGROUND);
	
	color: var(--SBL_LOGO_COLOR);
	font-size: larger;
	font-weight: bold;
}

.sblLogo i {
	color: var(--SBL_LOGO_COLOR);
}

.sblLogo .frmBody {
	margin-top: 5px;	
	margin-bottom: 5px;	
}

.sblTitle {
	display: flex;
	align-items: center;
	line-height: 18px;	
}

.sblTitle i {
	font-size: 30px;	
}

div.mcMinimized .sblTitle img {
	max-width: 28px;
}

.sblTitleContent {
	display: inline-block; 
	vertical-align: middle; 
	padding-left: 5px;
}

.sblTitleName {
	display: block;
}

.sblTitleVersion {
	display: block; 
	font-size: xx-small; 
	font-weight: normal;
}

.mcMinimized .sblLogo .frmBody {
	margin: 5px;	
}

div.layoutControl.accRoot {
	display: flex;
	flex-direction: column;
}

div.sblAccordion {
	flex: 1 0 auto;
	overflow-x: hidden;
}

div.sblButtons {
	margin-top: 15px;
	flex: 0 0 auto;
	overflow-x: hidden;
}

div.accRoot ul.mtbGroup {
	display: block;
	padding: 0px;
	margin: 0px;
}

div.accRoot ul.mtbGroup li {
	display: block;
	padding: 0px;
	margin: 0px;
}

body.sblLogo div.frmBody {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.quickSearchTitle {
	margin-top: 8px;
	display: table;
	width: 100%;
}

div.quickSearchTitle span.quickSearch {
	display: table-row;
}

div.quickSearchTitle span.quickSearchInput {
	display: table-cell;
	width: 100%;
}

div.quickSearchTitle span.quickSearchInput input {
	width: 100%;
}

div.notificationTitle {
	background: var(--SYSTEM_MESSAGE_COLOR);
	color: white;
	text-align: center;
	padding-top: 2px;
}

.cMinimizable div.notificationTitle {
	background: var(--SYSTEM_MESSAGE_SIDEBAR_COLOR);
}

.accIcon.input-image .active span::before {
	color: var(--SYSTEM_MESSAGE_COLOR);
}

div.licenseView {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px;
}

.cFormEditorToolbox [data-tool=true] > .attribute i { color: var(--BUTTON_COLOR); }
.cFormEditorToolbox [data-tool=true] > .attribute:hover i { color: var(--BUTTON_COLOR_HOVER); }
.cFormEditorToolbox [data-tool=true] > .attribute span::before { color: var(--ICON_COLOR_HIGHLIGHT_BG); }
.cFormEditorToolbox [data-tool=true] > .attribute span::after { color: var(--ICON_COLOR_HIGHLIGHT); }

span.fptIconOverlay i {
	color: var(--ICON_COLOR_GREY);
}

.cDataItem label.cmdButton:hover,
.cDataItem .cmdButton
{
    border:           inherit;
	background: 	  inherit;
}

.cDataItem .cmdButton:hover span.cmdLabel,
.cDataItem label i {
	color:            var(--BUTTON_COLOR);
}

.cDataItem .cmdButton:hover span.cmdLabel i
{
	color: 			  var(--BUTTON_COLOR_HOVER);
}

/************************
 **** Input borders
 ************************/
textarea,
input.is-input,
input.is-popup,
button,
select
{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	padding-top: 3px;
	padding-bottom: 3px;
}

textarea,
input.is-input,
input.is-popup
{
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

button {
	border-radius: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

select {
	border-radius: 4px;
	padding-left: 4px;
	font-family:inherit;
}

/************************
 **** End
 ************************/
 

/************************
 **** Gallery display
 ************************/
.activeGalleryManagementButton, .inactiveGalleryManagementButton {
	background-color: var(--BUTTONBAR_BACKGROUND);
}

/************************
 **** Navigation component
 ************************/

.BreadCrumbOuter {
	height: auto;
}

.BreadCrumbOuter .Right,
.BreadCrumbOuter .Left {
	margin: 0px; 
}

.BreadCrumbOuter .Left {
	padding: 0px;
}

/* Don't use the theme variables of the breadcrumb to define the background color:
 * It is displayed in various contexts and therefore has to adapt to its background.
 * But this here is the style of the app title, not just the style of the breadcrumb.
 * It can therefore not use the breadcrumb style. */
.lcNavigation {
	background: #666666;
	color: #ffffff;
}

.breadcrumb .selectableNode {
	background: transparent;
	border: 0px;
	border-radius: 0;
	font-weight: bold;
	font-size: var(--FONT_SIZE_BREADCRUMB);
}

.breadcrumb .treeNode:hover .selectableNode {
	background: transparent;
	padding-top: 1px;
	padding-bottom: 1px;
	outline-width: 1px;
	outline-style: solid;
	outline-color: lightgray;
}

.mcMinimized .sidebar-max,
.sidebar-min {
	display: none;	
}

.mcMinimized .sidebar-min {
	display: initial;	
}

.mcMinimized .accRoot.lcAuto {
	overflow: hidden;
}

.mcMinimized:hover .accRoot.lcAuto {
	overflow: auto;
	scrollbar-width: thin;
}

.cMinimizable:not(.mcMinimized) .tabbarPopup {
	position: absolute;
	top: 5px;
	right: 5px;
}

.mcMinimized .tabbarPopup {
	text-align: center;
}

.tabbarPopup .cImageButton .input-image i {
	color: var(--SBL_TABBAR_POPUP);
}

/*
 * Generated from '/style/flatBase/normalize.css'
 */

/* ==========================================================================
   Resets all backgrounds
   ========================================================================== */

.sblLogo,
div.accRoot,
div.layoutHorizontalAdjustmentGrabber,
.lcNavigation,
.firstLevelTabbar,
.firstLevelTabbar .tab,
.tabBar .tab,
.tabBar,
div.cCollapsibleHeader,
th.tblTH,
th.tblTitle .tabBarBaseLine,
div.cCollapsibleToolbar .input-image,
span.cImageButton .input-image,
span.cmdLink .input-image,
span.cmdLinkActive .input-image,
span.cmdLinkDisabled .input-image,
span.cOpenCalendar .input-image,
span.cTimeInput .input-image,
span.cPopupSelect .input-image,
span.cIntegerInput .input-image,
span.cTextSelect .input-image,
span.cImageLinkButton .input-image,
span.cDataItem .input-image,
span.cDecoratedCell .input-image,
span.cExpandableTextInput .input-image,
span.cBlockTextInput .input-image,
span.urlWithIcon .input-image,
.fChoose.input-image,
span.dlgToolbar .input-image,
span.pdlgToolbar .input-image,
div.dlgTitleBar,
.rf_groupCell .rf_header,
span.dlgToolbar .input-image:hover,
div.cCollapsibleToolbar .input-image:hover,
span.cmdLink .input-image:hover,
span.cmdLinkActive .input-image:hover,
span.cmdLinkDisabled .input-image:hover,
span.cImageButton .input-image:hover,
span.cOpenCalendar .input-image:hover,
span.cTimeInput .input-image:hover,
span.cPopupSelect .input-image:hover,
.cIntegerInput .input-image:hover,
span.cTextSelect .input-image:hover,
span.cImageLinkButton .input-image:hover,
span.cDataItem .input-image:hover,
span.cDecoratedCell .input-image:hover,
span.cExpandableTextInput .input-image:hover,
span.cBlockTextInput .input-image:hover,
span.urlWithIcon .input-image:hover,
.fChoose.input-image:hover,
span.dlgToolbar .input-image:hover,
span.pdlgToolbar .input-image:hover,
.BreadCrumbOuter .Left,
.BreadCrumbOuter .Right,
div.accSelected a.accEntry,
a.accEntry:hover,
div.fptTitle,
th.tblTitle,
div.cCollapsibleToolbar .input-image.disabled,
span.cImageButton .input-image.disabled,
span.dlgToolbar .input-image.disabled,
span.pdlgToolbar .input-image.disabled,
span.cOpenCalendar .input-image.disabled,
span.cTimeInput .input-image.disabled,
span.cPopupSelect .input-image.disabled,
span.cTextSelect .input-image.disabled,
span.cIntegerInput .input-image.disabled,
table.tblToolbar .input-image.disabled,
span.cExpandableTextInput .input-image.disabled,
span.cBlockTextInput .input-image.disabled,
span.cDataItem .input-image.disabled,
span.cImageLinkButton .input-image.disabled,
span.cDecoratedCell .input-image.disabled,
span.cExpandableTextInput .input-image.disabled,
span.cBlockTextInput .input-image.disabled,
span.urlWithIcon .input-image.disabled,
.fChoose.input-image.disabled,
td.tblTDselect,
div.fptSubtitle {
  background: none;
}

/* ==========================================================================
      Resets border & border radius
      ========================================================================== */
.tabBar .tab,
.tabBar .activeTab,
.tabBar .tab:hover {
  /* Display & Box Model */
  border: none;
  border-radius: none;
}

/* ==========================================================================
      Hides Tab Bar Baseline
      ========================================================================== */
.tabBarBaseLine {
  display: none;
}

/*
 * Generated from '/style/flatBase/variables.css'
 */

/* ==========================================================================
   Variables
   ========================================================================== */

:root {
  /* Base Color
     ========================================================================== */
  --base: #ffffff;

  /* Greyscale Colors
     ========================================================================== */
  --contrast-005: #f5f5f7;
  --contrast-010: #e8eaed;
  --contrast-020: #d6dae1;
  --contrast-030: #c4c9d4;
  --contrast-040: #a9afbc;
  --contrast-050: #8991a1;
  --contrast-060: #758097;
  --contrast-070: #5e6b86;
  --contrast-080: #474f60;
  --contrast-090: #273144;
  --contrast-100: #1b2437;

  /* Text Colors
     ========================================================================== */
  --text-heading: #1b2437;
  --text-body: #273144;
  --text-secondary: rgba(25, 44, 82, 0.7);
  --text-tertiary: #758097;
  --text-disabled: #c4c9d4;

  /* Primary Colors
     ========================================================================== */
  --primary-010: #e5ecfa;
  --primary-030: #bacdf2;
  --primary-050: #5278c5;
  --primary-100: #2152b5;
  --primary-text: #0d2b56;
  --primary-contrast: #ffffff;

  /* Error Colors
     ========================================================================== */
  --error-010: #fdeceb;
  --error-050: #f29892;
  --error-100: #e74236;
  --error-text: #db271a;
  --error-contrast: #ffffff;

  /* Success Colors
     ========================================================================== */
  --success-010: #ddf7e8;
  --success-050: #8ae8b1;
  --success-100: #30d977;
  --success-text: #26cf6c;
  --success-contrast: #ffffff;

  /* Typography
     ========================================================================== */
  --xlarge: 1.75rem;
  --large: 1.25rem;
  --normal: 0.875rem;
  --small: 0.75rem;

  /* Border Radius
     ========================================================================== */
  --rad-small: 0.5rem;
  --rad-large: 1.25rem;

  /* Effects
     ========================================================================== */

  /* Shadow */
  --menu-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
}

/*
 * Generated from '/style/flatBase/styles.css'
 */

/* ==========================================================================
   Icon Sizes
   ========================================================================== */

div.cCollapsibleToolbar .input-image i,
table.tblToolbar .input-image i,
span.dlgToolbar .input-image i,
span.pdlgToolbar .input-image i {
  font-size: var(--large);
}

/* ===== Design mode button order in .frmBody ===== */
/*  When switched into design mode the order of the button is wrong.
    this sets the button at the furthest right place*/
.frmBody div.tabbarPopup {
  order: 3;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #8c8c8c #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

/* ==========================================================================
      Logout Timer
      ========================================================================== */
/* Überschreiben der Einstellung aus template.css*/
span.cLogoutTimer {
  color: var(--error-100);
}

/* ==========================================================================
      Developer Option / Entwickleroptionen
      ========================================================================== */

.popupMenu a.tlInApp {
  background: var(--primary-010);
}

.popupMenu a.menuEntryHover {
  background: var(--primary-050);
}

.cMenuButton.menuEntryHover i,
.cMenuButton.menuEntryHover i span:after {
  color: var(--base);
}

div.pdlgWindow {
  box-shadow: var(--menu-shadow);
  margin-left: 0.25rem;
}

/*
 * Generated from '/style/flatBase/tables.css'
 */

/* ==========================================================================
   Table Changes
   ========================================================================== */

/* Tables
========================================================================== */
.tblTitle {
  padding: 0.25rem;
}

*:not(.rf_content) > .rf_inputCellOneLine {
  margin-bottom: 1rem;
}

/* Table Display & Box Model Changes
   ========================================================================== */
th.tblTH div.tblCellInnerSpacer {
  padding: 0.75rem 0.5rem;
  margin: 0;
}

div.tblCellInnerSpacer {
  /* padding: 0.5625rem 0.75rem; */
  margin: 0;
}

table.tblFrozen {
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
}

table.tblFrozen td.tblTD,
table.tblFrozen td.tblTDselect,
table.tblFrozen td.tblTD i,
table.tblFrozen td.tblTDselect i,
.BreadCrumbOuter .Right {
  line-height: calc(var(--normal) * 1.5);
}

td.tblTD .tblCellInnerSpacer,
td.tblTDselect .tblCellInnerSpacer,
th.tblTH .tblCellInnerSpacer {
  padding: 0 0.75rem;
}

/* multiple icons aligned horizontally */
div.tblCellInnerSpacer div.is-control:first-child {
  display: flex;
  align-items: center;
}

/* Table Header Changes
     ========================================================================== */

/*
     div.cCollapsibleHeader {
  color: var(--text-heading);
}

.cCollapsibleTitle {
  opacity: 0;
}
*/

/* Table Body Changes
     ========================================================================== */

/* Hover Behaviour */
/**
   * Hover not possible due to how 
   * tables are rendered right now 
  */

/* Active / Selected Behaviour */
tr.tblSelected {
  background: var(--primary-010);
}

/**
   * Font Size Changes for Table Contents 
   */

div.tblCellInnerSpacer,
td.tblTDselect,
th,
td {
  font-size: var(--normal);
}

/* Table Border Changes */
table.tblFrozen td.tblTD,
table.tblFrozen td.tblTDselect,
td.tblTD,
td.tblTDselect {
  border: none;
  border-bottom: 1px solid var(--contrast-020);
}

/** 
   * Table Row Border Changes: 
   * 
   * Sets the border bottom to td
   * to generate outer border for whole table
   */

tr.tblTR.lastRow > td {
  border-bottom: 1px solid var(--contrast-020);
}

/* Table Head Border Changes */
table.tblFrozen th.tblTH,
table.tblFrozen th.tblTHselect,
table.tblTable th.tblTH {
  background-color: var(--contrast-005);
  border-bottom: 2px solid var(--contrast-020);
}

th.tblTH,
th.cal_th {
  border-style: none;
}

span.type-image i {
  color: var(--contrast-060);
}

/* Table Footer Changes
     ========================================================================== */
.tblCounter,
th.tblCounter {
  border-top: none;
  /* border-radius: 0.5rem; */
  padding: 0.5rem 1rem;
}

/* Table Adjustmentgrabber Changes
     ========================================================================== */
div.tblColumnAdjustmentGrabber {
  /* Display & Box Model */
  height: calc(100% - 12px);
  top: 6px;

  /* Other */
  opacity: 1;
  background-color: var(--contrast-020);
  width: 2px;
}

div.tblCellAdjustment .tblColumnAdjustmentGrabber:last-child {
  border-radius: 0 0.5rem 0 0;
}

div.layoutVerticalAdjustmentGrabber {
  background: none;
  background-color: var(--contrast-020);
  height: 2px;
}

table.tblFrozen th.tblTH:last-child div.tblColumnAdjustmentGrabber,
table.tblFrozen th.tblTHselect:last-child div.tblColumnAdjustmentGrabber,
table.tblTable th.tblTH:last-child div.tblColumnAdjustmentGrabber {
  opacity: 0;
}

/* Table cell truncate settings (…)
     ========================================================================== */

/* == Collides with entries in script recorder == */
/*
.tblCellInnerSpacer > span,
.tblCellInnerSpacer > a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/

/* Inline table (e.g. Vertragsparter > Kontaktinformationen) truncate */

td.tblTD .tblCellInnerSpacer:not(:first-child) {
  /*  
    max-width to truncate long description entries in tables. 
     e.g. Offer position descriptions. Excludes the first cell (selection)
  */
  max-width: 720px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ==========================================================================
   Tree Table Changes
   ========================================================================== */

/* Fix intendation of tree table components */
div.tblCellInnerSpacer span.cDecoratedCell span.lFixedLeft span {
  display: flex;
}

/* ==========================================================================
   layoutHorizontalAdjustmentGrabber
   ========================================================================== */

div.layoutHorizontalAdjustmentGrabber {
  background-color: transparent;
}
div.layoutHorizontalAdjustmentGrabber:hover {
  background-color: var(--contrast-020);
  transition: 300ms ease-out;
}

/*
 * Generated from '/style/flatBase/typography.css'
 */

/* ==========================================================================
   Custom Fonts
   ========================================================================== */
@font-face {
  font-family: Inter;
  src: url(/contract-dev/themes/flatBase/fonts/Inter-Regular.ttf) format("truetype");
  font-weight: normal;
  font-size: normal;
}

@font-face {
  font-family: Inter;
  src: url(/contract-dev/themes/flatBase/fonts/Inter-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-size: normal;
}

/* ==========================================================================
     General Typography Changes
     ========================================================================== */
html,
body,
table td,
select,
h1,
h2,
h3,
h4,
h5,
td.tblTD,
td.tblTDselect,
th.tblTitle,
th.tblTH,
th.tblPager,
.OuterContainer,
.tabBar .tab,
.tabBar .activeTab,
.tabBar .tab:hover,
.mainTabBar .tab,
.mainTabBar .activeTab {
  font-family: "Inter", Arial, Helvetica, sans-serif, sans-serif;
  font-weight: normal;
  color: var(--text-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-heading);
  font-weight: 600;
}

h1 {
  font-size: var(--xlarge);
}

h2 {
  font-size: var(--large);
}

/* Toolbar title
   ========================================================================== */
.cCollapsibleTitle {
  color: var(--text-body);
  font-weight: 600;
}

/*
 * Generated from '/style/flatBase/breadcrumb.css'
 */

/* ==========================================================================
   Breadcrumb Changes
   ========================================================================== */
.lcNavigation {
  display: flex;
}

.NavigationComponent {
  /* Display & Box Model */
  display: flex;
  align-items: center;
  height: 1.75rem;
  padding: 0.25rem 1rem;
  margin-top: auto;
  width: inherit;

  /* Other */
  background-color: var(--contrast-005);
  border-radius: var(--rad-small);
}

.NavigationComponent div.Header {
  width: 100%;
}

.breadcrumb {
  /* Other */
  color: var(--contrast-040);
}

.breadcrumb span.treeNode:last-child {
  color: var(--text-body);
}

.BreadCrumbOuter .Right {
  color: var(--text-body);
}

/* Sets color of breadcrumb separators */
.breadcrumbNodeSeparator i {
  color: var(--contrast-060);
}

/* Breadcrumb context nav dropdown
========================================================================== */
.breadcrumbMenuVisible {
  background: var(--base);
  color: var(--BREADCRUMB_COLOR);
  border: 1px solid var(--primary-050);
  padding: 0.5rem 1rem;
  box-shadow: 1px 1px 4px var(--contrast-030);
}

/* Breadcrumb menu hover */
.breadcrumbMenuNode_hover {
  background-color: transparent;
  color: var(--primary-050);
}

/*
 * Generated from '/style/flatBase/dialogs.css'
 */

/* ==========================================================================
   Dialog Changes
   ========================================================================== */

div.dlgWindow {
  box-shadow: var(--menu-shadow);
}

select {
  max-width: 100%;
}

div.dlgTitleBar {
  background-color: var(--base);
  color: var(--text-body);
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 0.5rem;
}

div.fptTitleContent,
div.fptTitle input.is-input,
div.fptTitle select.is-input {
  font-size: var(--large);
  font-weight: 600;
  line-height: 125%;
  color: var(--text-heading);
}

/** 
   * Changing the divs for left, right and bottom border 
   * to white and apply border radius to get 
   * rounded corners.
   */
div.dlgLeftBorder {
  background: var(--base);
  border-radius: 0.5rem 0 0 0.5rem;
}

div.dlgRightBorder {
  background: var(--base);
  border-radius: 0 0.5rem 0.5rem 0;
}

div.dlgBottomBorder {
  background: var(--base);
  border-radius: 0 0 0.5rem 0.5rem;
}

/* Backdrop Filter
  ========================================================================== */
div.dlgBackground {
  background-image: none;
  background-color: rgb(196 201 212 / 60%);
  backdrop-filter: blur(2px);
}

/* Dialog Contents
  ========================================================================== */
.rf_groupCell {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

/* Section Heading */
div.rf_keepInline {
  /* Display & Box Model */
  padding-left: 0.5rem;

  /* Other */
  font-size: var(--normal);
  font-weight: 600;
  color: var(--text-heading);
}

.fptIconOverlay i {
  font-size: 1.5rem;
}

/* ==========================================================================
     Input Changes
     ========================================================================== */
textarea,
input.is-input,
input.is-popup,
input.num,
span.num input {
  border-radius: 0.5rem;
  border: 2px solid var(--primary-030);
  /* padding: 0.5rem 0.75rem; */ /* Führt zu Problemen mit der Höhe der Inputfelder und der dazugehörigen <div> auf die ich keinen Einfluss habe */
  background-color: transparent;
}

.dlgDialog .rf_inputCellOneLine > :nth-child(n + 2) {
  padding-left: 0;
}

/* Mandatory input changes
       ========================================================================== */
.mandatory input,
.mandatory select,
.mandatory textarea {
  background-color: var(--primary-030);
}

/* Change with of input field in edit mode
  ========================================================================== */
table.tblFrozen td span.cTextInput {
  width: 95%;
}

/* Upload Dialog
  ========================================================================== */
span.cDataItem iframe {
  height: 2.5rem;
}

span.cDataItem .cmdButton {
  /* Display & Box Model */
  padding: 0.5rem 1rem;

  /* Other */
  border: 1px solid var(--primary-text);
  border-radius: 0.5rem;
  color: var(--primary-text);
}

.cDataItem label i {
  color: var(--primary-text);
}

/* Pop Dialog (e.g. »Filtereinstellungen«)
  ========================================================================== */
div.pdlgWindow {
  /* Display & Box Model */
  border-radius: 0.5rem;
}

div.pdlgTitleBar {
  /* Display & Box Model */
  height: 2.25rem;
  border-bottom: 1px solid var(--contrast-020);
  padding: 0.5rem;

  /* Other */
  background-color: var(--base);
  color: var(--text-heading);
  font-size: var(--small);
  font-weight: 600;
  line-height: calc(var(--small) * 1.5);
}

/* div.pdlgContent {
    padding: 0.5rem;
  }
  */

div.fltList {
  margin-bottom: 1rem;
}

/* Logout Warning
  ========================================================================== */
div.sxError {
  /* Display & Box Model */
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;

  /* Other */
  background: none;
  background-color: var(--error-100);
  color: var(--error-contrast);
  font-size: var(--xlarge);
}

span.sxButton {
  /* Display & Box Model */
  border: 1px solid var(--error-contrast);
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;

  /* Other */
  font-size: var(--normal);
  font-weight: 600;
}

/* Create Dialog
  ========================================================================== */

/* date chooser set to right of date field */
.cDateInput {
  /* Display & Box Model */
  display: flex;
  align-items: center;
}

/* gap between elements */
.rf_columnsLayout,
div.rf_buttons {
  row-gap: 1rem;
}

/* group input fields better with labels */
.rf_keepInline {
  display: block;
}

/* hide unneccessary icons in create dialog */
span.fptIconWithOverlay i {
  display: none;
}

.cCollapsibleHeader {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

/*
 * Generated from '/style/flatBase/icons.css'
 */

/* Icon Changes
   ========================================================================== */
div.cCollapsibleToolbar .input-image i,
table.tblToolbar .input-image i,
span.dlgToolbar .input-image i,
span.pdlgToolbar .input-image i,
span.cmdLink .input-image i {
  color: var(--contrast-060);
  transition-duration: 300ms;
}

/* Seperation of filter funnel and sort icons
  ========================================================================== */
td.fltButton {
  width: 32px;
  text-align: right;
}

td span.combinedFilterSortIcon {
  transform: translate(-150%, 0%);
  font-size: 1em;
}

/* Remove filter state
  ========================================================================== */
.icon-red::before,
table.tblColumnHeaderLayout td span.activeFilter {
  color: var(--error-100);
}

/*
 * Generated from '/style/flatBase/buttons.css'
 */

/* ==========================================================================
   Button Changes
   ========================================================================== */

/* Sidebar Navigation Buttons
   ========================================================================== */
td.cmdButton,
a.cmdButton,
a.cmdButton:link,
a.cmdButton:visited,
a.cmdButton:active,
a.cmdButtonHover,
a.cmdButtonHover:link,
a.cmdButtonHover:visited,
a.cmdButtonHover:active,
a.cmdButtonDisabled,
a.cmdButtonDisabled:link,
a.cmdButtonDisabled:visited,
a.cmdButtonDisabled:active,
.cFormEditorToolbox [data-tool="true"] > .attribute,
.cDataItem .cmdButtonDisabled {
  /* Display & Box Model */
  padding: 0.5rem 0.75rem;

  /* Other */
  border: none;
  border-radius: 0.5rem;
  font-size: var(--normal);
}

/* Color Settings for Buttons */
td.cmdButton,
a.cmdButton,
a.cmdButton:link,
a.cmdButton:visited,
a.cmdButton:active {
  background-color: var(--primary-100);
  color: var(--primary-contrast);
}

.cmdLabel {
  margin-left: 0;
  text-align: center;
}

.cDataItem .cmdButton {
  color: var(--primary-text);
}

/*
div.buttonSpaceHolder span.containerButton:last-child a {
  /* Display & Box Model */
/* padding: 0.5rem 1rem; */

/* Other */ /*
  border: 1px solid var(--primary-text);
  border-radius: 0.5rem;
  background-color: var(--primary-contrast);
  color: var(--primary-text);
  font-size: var(--normal);
}
*/

/*
div.buttonSpaceHolder span.containerButton:last-child a.cmdButton i {
  color: var(--primary-text);
}
*/

/* Hover Behavior
   ========================================================================== */
a.cmdButtonHover,
a.cmdButtonHover:link,
a.cmdButtonHover:visited,
a.cmdButtonHover:active,
a.cmdButtonHover:hover,
.cDataItem .cmdButton:hover,
div.cFormEditorToolbox [data-tool="true"] > .attribute:hover {
  background: var(--primary-050);
}
span.containerButton a.cmdButtonHover span.cmdLabel {
  color: var(--primary-contrast);
}

/*
div.buttonSpaceHolder
  span.containerButton:last-child
  a.cmdButtonHover
  span.cmdLabel,
div.buttonSpaceHolder span.containerButton:last-child a.cmdButtonHover i {
  color: var(--primary-050);
} */

/* Dialog button
   ========================================================================== */
div.fltCommandContent {
  margin-right: 0.5rem;
}

/* Toolbar button-states
   ========================================================================== */
span.cButton a > i:hover {
  color: var(--primary-050);
}

span.cButton a > i:active {
  color: var(--primary-100);
  border: 2px solid var(--primary-100);
  border-radius: 2px;
}

/* Focusing with a keyboard will show a solid blue line */
*:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--primary-050);
}

/* Focusing with a mouse, touch, or stylus will show subtle drop shadow */
*:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 4px var(--contrast-030);
}

/* Cancel edit button hover state */
i.bi.bi-x-circle:hover {
  color: var(--error-100);
}

/* Save + confirm button hover state */
i.bi.bi-check2:hover,
i.bi.bi-save2:hover {
  color: var(--success-text);
}

/*
 * Generated from '/style/flatSidebar/sidebar.css'
 */

/* ==========================================================================
   Sidebar Header Changes
   ========================================================================== */

.sblTitleName {
  font-weight: 600;
  /* font-size: var(--large); */
  color: var(--text-heading);
}

.sblTitleVersion {
  /* font-size: var(--regular); */
  text-transform: uppercase;
  color: var(--text-heading);
}

/* ==========================================================================
     Sidebar Menu Changes
     ========================================================================== */

/* Sidebar Background Changes
     ========================================================================== */
div.accRoot {
  background-color: var(--contrast-010);
}

div.sblAccordion,
div.sblButtons {
  /* Display & Box Model */
  padding: 0.5rem 1rem;
  margin-top: 0;
}

/* Navigation Items
     ========================================================================== */
a.accEntry,
a.accEntry:link,
a.accEntry:visited,
a.accEntry:active {
  /* Display & Box Model */
  border-radius: 0.5rem;
  padding: 0.5rem;

  /* Other */
  font-size: var(--normal);
  font-weight: 600;
  color: var(--contrast-060);
}

span.accIcon.input-image,
span.accIcon.input-image i {
  color: var(--contrast-060);
}

/* Vertically align nav items */
a.accEntry span.accLabel {
  /* Display & Box Model */
  align-items: center;
  display: flex;
  width: 100%;
}

/**
   * Hover Behaviour 
   * 
   * On hover all sidebar items get a white background
   * and icons and texts are highlighted in a brighter blue.
   */

a.accEntry:hover {
  /* Other */
  background-color: var(--primary-contrast);
  color: var(--primary-050);
}

a.accEntry:hover i {
  color: var(--primary-050);
}

/* 
   * Active Behaviour 
   *
   * All active sidebar items get the "primary text" text 
   * and icon color.
   */

div.accSelected a.accEntry {
  background-color: var(--primary-contrast);
  color: var(--primary-text);
}

div.accSelected .span.accIcon.input-image i {
  color: var(--primary-text);
}

div.accNode {
  /**
     * Padding needs changes if Layout is altered 
     * to reflect the figma mockup
     *
     * padding: 0.5rem 0; 
     */
  padding: 0.15rem 0;
}

/* License notification / Maintenance mode
  ========================================================================== */
div.licenseView {
  margin-top: auto;
}

.licenseContent {
  /* Display & Box Model */
  display: flex;
  justify-content: center;
  width: 80%;
  margin-top: auto;
  padding: 0.5rem;
  border-radius: 0.5rem;

  /* Other */
  background: none;
  background-color: var(--error-100);
}

div.notificationTitle {
  /*Display & Box Model */
  display: flex;
  align-items: center;
  /* Other */
  background: none;
  color: var(--error-contrast);
  font-size: var(--normal);
  font-weight: 600;
}

/* Maintenance mode banner & countdown*/
div.notificationTitle div.is-control {
  /*Display & Box Model */
  flex-basis: 100%; /* makes the container full width*/

  padding: 0.5rem;
  border-radius: 0.5rem;

  /*Other*/
  background-color: var(--error-100);
}

/*
 * Generated from '/style/flatSidebar/styles.css'
 */

/* ==========================================================================
   Tab Bar Changes
   ========================================================================== */

.tabBar .tab,
.mainTabBar .tab {
  /* Display & Box Model */
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;

  /* Other */
  color: var(--text-tertiary);
  font-size: var(--normal);
  font-weight: 600;
}

/* Scroll Container */
.scrollContainer {
  display: flex;
  align-items: center;
}

/* Tab Container */
.tabContainer {
  display: flex;
  align-items: center;
}

.tabBar {
    display: flex;
    align-items: center;
}

.rightContent {
    order: 3;
}

/* Hover Behaviour
========================================================================== */
.firstLevelTabBar .tab:hover,
.tabBar .tab:hover,
.mainTabBar .tab:hover {
  /* Display & Box Model */
  padding: 0.25rem 0.5rem;

  /* Other */
  border-bottom: 2px solid var(--primary-050);
  color: var(--primary-050);
  font-size: var(--normal);
  font-weight: 600;
}

/* Active Behaviour
   ========================================================================== */
.tabBar .activeTab,
.mainTabBar .activeTab {
  /* Display & Box Model */
  padding: 0.25rem 0.5rem;

  /* Other */
  border-bottom: 2px solid var(--primary-text);
  color: var(--primary-text);
  font-size: var(--normal);
  font-weight: 600;
}

.firstLevelTabBar .activeTab {
  background: none;
}

/* SideBar Collapsible
   ========================================================================== */
div.mcToggle {
  visibility: visible;
}

/*
 * Generated from '/style/flatSidebar/header.css'
 */

/* ==========================================================================
   Header Changes
   ========================================================================== */

/**
  * Setting Display Flex to align items center 
  * and to display items in one row
  */
div.sblLogo div.frmBody {
  /* Display & Box Model */
  display: flex;
  align-items: center;
  /* justify content as soon as 3 items are available */
  /* justify-content: space-between; */
  gap: 30%;
  height: 92%;

  /* Other */
  box-shadow: 0px 4px 6px rgba(25, 43, 77, 0.2),
    0px 0px 1px rgba(25, 43, 77, 0.32);
}

.sblLogo .frmBody {
  margin: 0;
}

.sblTitle {
  padding-left: 1rem;
}

.sblTitleContent {
  width: max-content;
}

/* ==========================================================================
   Search Input
   ========================================================================== */
div.quickSearchTitle.accText {
  width: 20rem;
}

span.quickSearchInput {
  background-color: var(--contrast-010);
  border-radius: 0.5rem 0 0 0.5rem;
}

span.quickSearchInput input {
  color: var(--contrast-060);
}

/* Search Field Changes
========================================================================== */
span.quickSearchInput span.lFlexible {
  /* Display & Box Model */
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
}

span.quickSearch span.cButton a.input-image {
  /* Display & Box Model */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;

  /* Other */
  background-color: var(--contrast-010);
  border-radius: 0 0.5rem 0.5rem 0;
}

.sblLogo i {
  color: var(--contrast-060);
}

.sblLogo i:hover {
  color: var(--primary-050);
}

div.quickSearchTitle,
span.quickSearch {
  margin: 0;
}

span.quickSearch span.cButton input.input-image,
span.quickSearch span.cButton a.input-image,
span.quickSearchInput {
  border: none;
}

span.quickSearch span.cButton input.input-image,
span.quickSearch span.cButton a.input-image {
  display: flex;
  border-left: 1px solid var(--contrast-060);
}

/* Focus Behaviour
========================================================================== */
span.quickSearchInput input:focus {
  color: var(--primary-text);
  background-color: var(--contrast-010);
  border: none;
}

:root {
--ACCORDION_BACKGROUND: linear-gradient(to left, #254668, #BAD1EA 5px);
--ACCORDION_BACKGROUND_COLOR: #BAD1EA;
--ACCORDION_BEVEL_COLOR: #254668;
--ACCORDION_BEVEL_WIDTH: 5px;
--ACCORDION_BORDER_RADIUS: 7px;
--ACCORDION_ENTRY_PADDING: 5px 0px 5px 7px;
--ACCORDION_GROUP_BACKGROUND: linear-gradient(to left, #254668, #315E8C 5px);
--ACCORDION_GROUP_BACKGROUND_COLOR: #315E8C;
--ACCORDION_GROUP_TEXT_COLOR: #000000;
--ACCORDION_HOVER_BACKGROUND: linear-gradient(to left, #254668, #359DCF 5px);
--ACCORDION_HOVER_BACKGROUND_COLOR: #359DCF;
--ACCORDION_HOVER_TEXT_COLOR: #FFFFFF;
--ACCORDION_ICON_COLOR: #FFFFFF;
--ACCORDION_ICON_SECOND_COLOR: #FFFFFF;
--ACCORDION_ICON_SEPARATOR: 5px;
--ACCORDION_ICON_THIRD_COLOR: #FFFFFF;
--ACCORDION_INDENT: 15px;
--ACCORDION_SELECTED_BACKGROUND: linear-gradient(to left, #254668, #0284C3 5px);
--ACCORDION_SELECTED_BACKGROUND_COLOR: #0284C3;
--ACCORDION_SELECTED_TEXT_COLOR: #FFFFFF;
--ACCORDION_TEXT_COLOR: #000000;
--ACTIVE_ELEMENT_BORDER_COLOR: #000000;
--ACTIVE_ELEMENT_BORDER_STYLE: dashed;
--ACTIVE_ELEMENT_BORDER_WIDTH: 1px;
--ADJUSTABLE_COLUMN_TEXT_HEADER: #323232;
--ANCHOR_TEXT_DECORATION_ACTIVE: none;
--ANCHOR_TEXT_DECORATION_BUTTON_LINK: none;
--ANCHOR_TEXT_DECORATION_GOTO_LINK: none;
--ANCHOR_TEXT_DECORATION_HOOVER: underline;
--ANCHOR_TEXT_DECORATION_LINK: none;
--ANCHOR_TEXT_DECORATION_TABLE_HEADER_LINK: none;
--ANCHOR_TEXT_DECORATION_TAB_LINK: none;
--ANCHOR_TEXT_DECORATION_VISITED: none;
--BODY_BACK: #FFFFFF;
--BOX_HSPACE_SIZE: 8px;
--BOX_VSPACE_SIZE: 8px;
--BREADCRUMB_ALINK_COLOR: #0D2B56;
--BREADCRUMB_BACKGROUND: transparent;
--BREADCRUMB_BACKGROUND_INNER: transparent;
--BREADCRUMB_BACKGROUND_OUTER_LEFT: transparent;
--BREADCRUMB_BACKGROUND_OUTER_RIGHT: transparent;
--BREADCRUMB_BG_COLOR: #7695C3;
--BREADCRUMB_COLOR: #758097;
--BREADCRUMB_HOVER_COLOR: #6F6F6F;
--BREADCRUMB_HOVER_MENU_BACKGROUND: transparent;
--BREADCRUMB_HOVER_SELECTABLENODE_COLOR: #0D2B56;
--BREADCRUMB_MARGIN: 0px;
--BREADCRUMB_PADDING: 13px;
--BUTTONBAR_BACKGROUND: #FFFFFF;
--BUTTONBAR_PADDING: 8px;
--BUTTONMENU_BACKGROUND: #666666;
--BUTTONS_BACKGROUND_COLOR: #FFFFFF;
--BUTTON_BACKCOLOR: transparent;
--BUTTON_BACKCOLOR_HOVER: #FFFFFF;
--BUTTON_BACKGROUND: none;
--BUTTON_BACKGROUND_COLOR_HOVER: #7695C3;
--BUTTON_BACKGROUND_HOVER: #909090;
--BUTTON_BODY_COLOR: #D6CFBD;
--BUTTON_BORDER: 1px solid transparent;
--BUTTON_BORDER_COLOR_HOVER: #FFFFFF;
--BUTTON_COLOR: #666666;
--BUTTON_COLOR_CMDLABEL_HOVER: #323232;
--BUTTON_COLOR_HOVER: #FFFFFF;
--BUTTON_COMP_HEIGHT: 40px;
--BUTTON_DISABLED_BACKGROUND: transparent;
--BUTTON_DISABLED_BORDER: 1px solid transparent;
--BUTTON_DISABLED_COLOR: #C4C9D4;
--BUTTON_FONTSIZE: 12px;
--BUTTON_FONTSIZE_JAVA: 12pt;
--BUTTON_FONTSTYLE: normal;
--BUTTON_FONTWEIGHT: normal;
--BUTTON_HEIGHT: 36px;
--BUTTON_IMGSIZE: 14px;
--BUTTON_LABEL_BACKGROUND_HOVER: transparent;
--BUTTON_PADDING: 2px 8px 2px 2px;
--BUTTON_TEXTALIGN: left;
--BUTTON_TEXT_DECORATION: none;
--BUTTON_WIDTH: 80px;
--CALENDAR_BACKGROUND_COLOR: #FFFFFF;
--CALENDAR_HOVER_BACKGROUND_COLOR: #B0C4DE;
--CALENDAR_OTHER_MONTH_COLOR: #AAAAAA;
--CALENDAR_SELECTED_BACKGROUND_COLOR: #CDCDCD;
--CALENDAR_SELECTED_TEXT_COLOR: #584B1E;
--CALENDAR_TEXT_COLOR: #000000;
--CALENDAR_WEEKNO_COLOR: #AAAAAA;
--CHANGE_PASSWORD_DIAGLOG_HEIGHT: 290;
--CHART_BACK: #F5F5F5;
--COLLAPSIBLE_HEADER_PADDING: 0;
--COLLAPSIBLE_IMAGE_HEIGHT: 32px;
--COLLAPSIBLE_IMAGE_WIDTH: 40px;
--COLORCHOOSER_NO_COLOR: url(/contract-dev/themes/default/colorchooser/noColor.png);
--COLOR_LEGEND: #232323;
--COLOR_TEXT: #000000;
--CONTENT_TAB_FRAME_BAR_SIZE: 25;
--CONTENT_TAB_INFO_CSS_CLASS: tTabLink;
--CONTENT_TAB_INFO_SELECTED_CSS_CLASS: tTabLinkSel;
--DIALOG_BORDER_BACKGROUND_COLOR: #909090;
--DIALOG_BOTTOM_BORDER_HEIGHT: 5px;
--DIALOG_TITLEBAR_COLOR: #FFFFFF;
--DIALOG_TITLE_BACKGROUND: #909090;
--DIALOG_TITLE_HEIGHT: 32px;
--DIALOG_VERTICAL_BORDER_WIDTH: 5px;
--DIRTY_DIALOG_HEIGHT: 300px;
--DIRTY_DIALOG_WIDTH: 450px;
--DISABLED_LABEL_COLOR: #C4C9D4;
--DROP_MARKER_COLOR: #DDDDFF;
--ERROR_BORDER: initial;
--ERROR_OUTLINE: 2px red solid;
--EVENTLOG_SHARED_FILTER_HEIGHT: 34;
--FIELDSET_BORDER_COLOR: #F0F0F0;
--FILTER_BACKGROUNDCOLOR: #9EBDB8;
--FILTER_BACKGROUND_COLOR: #FFFFFF;
--FILTER_DIALOG_WIDTH: 400;
--FILTER_GROUP_BOTTOM_CENTER: url(/contract-dev/themes/sidebar/images/filterGroupBottomCenter.png);
--FILTER_GROUP_BOTTOM_LEFT: url(/contract-dev/themes/sidebar/images/filterGroupBottomLeft.png);
--FILTER_GROUP_BOTTOM_RIGHT: url(/contract-dev/themes/sidebar/images/filterGroupBottomRight.png);
--FILTER_GROUP_COLLAPSED_CENTER: url(/contract-dev/themes/sidebar/images/filterGroupTopCenter.png);
--FILTER_GROUP_COLLAPSED_LEFT: url(/contract-dev/themes/sidebar/images/filterGroupTopCenter.png);
--FILTER_GROUP_COLLAPSED_RIGHT: url(/contract-dev/themes/sidebar/images/filterGroupTopCenter.png);
--FILTER_GROUP_MIDDLE_LEFT: url(/contract-dev/themes/sidebar/images/filterGroupMiddleLeft.png);
--FILTER_GROUP_MIDDLE_RIGHT: url(/contract-dev/themes/sidebar/images/filterGroupMiddleRight.png);
--FILTER_GROUP_TOP_CENTER: url(/contract-dev/themes/sidebar/images/filterGroupTopCenter.png);
--FILTER_GROUP_TOP_LEFT: url(/contract-dev/themes/sidebar/images/filterGroupTopLeft.png);
--FILTER_GROUP_TOP_RIGHT: url(/contract-dev/themes/sidebar/images/filterGroupTopRight.png);
--FILTER_SINGLE_LINE_HEIGHT: 32;
--FILTER_SORT_DIALOG_SORT_STATE: #CCDCEF;
--FLAT_APP_BAR_HEIGHT: 50px;
--FLT_BUTTON_BORDER: 1px solid transparent;
--FLT_BUTTON_BORDER_HOVER: 1px solid #fff;
--FOLDERVIEW_COLOR: #758097;
--FONT_COLOR_TITLE: #FFFFFF;
--FONT_SIZE: 12px;
--FONT_SIZE_BIG: 16px;
--FONT_SIZE_BREADCRUMB: 12px;
--FONT_SIZE_IMAGE: 12;
--FONT_SIZE_SMALL: 10px;
--FORM_BODY_MARGIN: 10px;
--FORM_EDITOR_BUTTON_INSERT_LEFT: url(/contract-dev/themes/default/icons/caret-left.svg);
--FORM_EDITOR_BUTTON_INSERT_RIGHT: url(/contract-dev/themes/default/icons/caret-right.svg);
--FORM_EDITOR_BUTTON_MOVE: url(/contract-dev/themes/default/icons/sortElementsDisabled.png);
--FORM_LINE_HEIGHT: 38px;
--FPT_HEADER_GRADIENT: none;
--FPT_HEADER_PADDING: 10px;
--FPT_HEADER_PX: 84px;
--FPT_ICON_BAR_PX: 110px;
--FPT_ICON_OVERLAY_PX: 48px;
--FPT_ICON_PX: 60px;
--FPT_SUBTITLE_COLOR: #F0F0F0;
--FPT_SUBTITLE_CONTENT_PADDING: 5px;
--FPT_SUBTITLE_FONT_SIZE: 13px;
--FPT_SUBTITLE_PX: 32px;
--FPT_TITLE_CONTENT_PADDING: 12px;
--FPT_TITLE_FONT_SIZE: 26px;
--FPT_TITLE_PX: 53px;
--FRAME_BACK: #909090;
--FRAME_BACK_DARK: #82672C;
--FROZEN_TABLE_FOOTER_HEIGHT: 24px;
--FROZEN_TABLE_HEADER_ROW_HEIGHT: 48px;
--FROZEN_TABLE_ROW_HEIGHT: 40px;
--FROZEN_TABLE_ROW_SMALL_STYLE: height: 32px;;
--FROZEN_TABLE_TITLE_HEIGHT: 22px;
--FROZEN_TREE_TABLE_TITLE_HEIGHT: 22px;
--FTP_BACKGROUND_COLOR: #FFFFFF;
--FTP_TEXT_COLOR: #000000;
--GALLERY_HEIGHT: 200px;
--GALLERY_WIDTH: 240px;
--GRAD0: #000066;
--GRAD1: #D00000;
--GRAD2: #FF9900;
--GRAD3: #FFFFFF;
--GRAD4: #CCCCCC;
--GRID_EDIT_WIDTH: 40;
--GROUP_BOTTOM_CENTER: url(/contract-dev/themes/sidebar/images/groupBottomCenter.png);
--GROUP_BOTTOM_LEFT: url(/contract-dev/themes/sidebar/images/groupBottomLeft.png);
--GROUP_BOTTOM_RIGHT: url(/contract-dev/themes/sidebar/images/groupBottomRight.png);
--GROUP_COLLAPSED_CENTER_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupCollapsedCenter.png) repeat-x;
--GROUP_COLLAPSED_CENTER_IMAGE: url(/contract-dev/themes/sidebar/images/groupCollapsedCenter.png);
--GROUP_COLLAPSED_LEFT_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupCollapsedLeft.png) no-repeat top left;
--GROUP_COLLAPSED_LEFT_BORDERRADIUS: none;
--GROUP_COLLAPSED_LEFT_IMAGE: url(/contract-dev/themes/sidebar/images/groupCollapsedLeft.png);
--GROUP_COLLAPSED_RADIUS: 0px 0px 0px 0px ;
--GROUP_COLLAPSED_RIGHT_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupCollapsedRight.png) no-repeat top right;
--GROUP_COLLAPSED_RIGHT_BORDERRADIUS: none;
--GROUP_COLLAPSED_RIGHT_IMAGE: url(/contract-dev/themes/sidebar/images/groupCollapsedRight.png);
--GROUP_LABEL_COLOR: #6B6565;
--GROUP_MIDDLE_LEFT: url(/contract-dev/themes/sidebar/images/groupMiddleLeft.png);
--GROUP_MIDDLE_RIGHT: url(/contract-dev/themes/sidebar/images/groupMiddleRight.png);
--GROUP_RADIUS: 0px;
--GROUP_TITLE_BACKGROUND: #F0F0F0;
--GROUP_TITLE_RADIUS: 0px 0px 0px 0px;
--GROUP_TOP_CENTER_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupTopCenter.png) repeat-x top;
--GROUP_TOP_LEFT_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupTopLeft.png) no-repeat top left;
--GROUP_TOP_LEFT_BORDERRADIUS: 0;
--GROUP_TOP_RIGHT_BACKGROUND: url(/contract-dev/themes/sidebar/images/groupTopRight.png) no-repeat top right;
--GROUP_TOP_RIGHT_BORDERRADIUS: 0;
--GROUP_TOP_RIGHT_IMAGE: /images/groupTopRight.png;
--HEADER_LINE: url(/contract-dev/themes/default/tabber/color/back_line.png);
--HEADER_RIGHT_IMAGE_HEIGHT: 55px;
--HEADER_RIGHT_IMAGE_WIDTH: 150px;
--HEADER_SIZE: 26;
--HEADER_TITLE: url(/contract-dev/themes/default/tabber/color/bottom_row.png);
--HIGHLIGHT_SECONDARY: #669EBB;
--HR_BACKGROUND_HEIGHT: 20px;
--HR_FILTER_BACKGROUND: url(/contract-dev/themes/sidebar/images/hrFilter.png);
--HR_GROUP_BACKGROUND: url(/contract-dev/themes/sidebar/images/hrGroup.png);
--HR_TITLE_CENTER_BACKGROUND: url(/contract-dev/themes/sidebar/images/hrTitleCenter.png);
--HR_TITLE_LEFT: url(/contract-dev/themes/sidebar/images/hrTitleLeft.png);
--HR_TITLE_LEFT_BACKGROUND: url(/contract-dev/themes/sidebar/images/hrTitleLeft.png);
--HR_TITLE_RIGHT: url(/contract-dev/themes/sidebar/images/hrTitleRight.png);
--HR_TITLE_RIGHT_BACKGROUND: url(/contract-dev/themes/sidebar/images/hrTitleRight.png);
--ICONCHOOSER_BACKGROUND: #F0F0F0;
--ICONCHOOSER_BACKGROUND_DISABLED: #C4C9D4;
--ICONCHOOSER_BACKGROUND_HOVER: #D6DAE1;
--ICONCHOOSER_BACKGROUND_SELECTED: #D6DAE1;
--ICONCONTAINER_BUTTON_HEIGHT: 36px;
--ICONCONTAINER_BUTTON_WIDTH: 36px;
--ICON_COLOR_BASIC: #666666;
--ICON_COLOR_BUTTON_BASIC: #666666;
--ICON_COLOR_BUTTON_DISABLED_BASIC: #C4C9D4;
--ICON_COLOR_BUTTON_DISABLED_HIGHLIGHT: #C4C9D4;
--ICON_COLOR_BUTTON_HIGHLIGHT: #666666;
--ICON_COLOR_BUTTON_TOOLBAR_BASIC: #FBFBFD;
--ICON_COLOR_BUTTON_TOOLBAR_DISABLED_BASIC: #C4C9D4;
--ICON_COLOR_BUTTON_TOOLBAR_DISABLED_HIGHLIGHT: #C4C9D4;
--ICON_COLOR_BUTTON_TOOLBAR_HIGHLIGHT: #2052B5;
--ICON_COLOR_CIRCLE_BASIC: #454952;
--ICON_COLOR_DARK_CONTEXT_BASIC: #FBFBFD;
--ICON_COLOR_DARK_CONTEXT_DISABLED_BASIC: #C4C9D4;
--ICON_COLOR_DARK_CONTEXT_DISABLED_HIGHLIGHT: #C4C9D4;
--ICON_COLOR_DARK_CONTEXT_DISABLED_HIGHLIGHT_BG: #FBFBFD;
--ICON_COLOR_DARK_CONTEXT_HIGHLIGHT: #2052B5;
--ICON_COLOR_DARK_CONTEXT_HIGHLIGHT_BG: rgba(0,0,0,0.0);
--ICON_COLOR_DISABLED_BASIC: #C4C9D4;
--ICON_COLOR_DISABLED_HIGHLIGHT: #C4C9D4;
--ICON_COLOR_DISABLED_HIGHLIGHT_BG: #FBFBFD;
--ICON_COLOR_GREEN: #00CC00;
--ICON_COLOR_GREY: #C8C8C8;
--ICON_COLOR_HIGHLIGHT: #666666;
--ICON_COLOR_HIGHLIGHT_BG: rgba(0,0,0,0.0);
--ICON_COLOR_LIGHTGREY: #EAEEF1;
--ICON_COLOR_OVERLAY_DARK_CONTEXT_HIGHLIGHT_BG: #AAAAAA;
--ICON_COLOR_OVERLAY_HIGHLIGHT_BG: #FBFBFD;
--ICON_COLOR_RED: #E74236;
--ICON_COLOR_TRANSPARENT: rgba(0,0,0,0.0);
--ICON_COLOR_WHITE: #FBFBFD;
--ICON_COLOR_YELLOW: #FFCC00;
--ICON_SIZE_HUGE: 48px;
--ICON_SIZE_LARGE: 40px;
--ICON_SIZE_NORMAL: 24px;
--ICON_SIZE_SMALL: 16px;
--IMAGE_BUTTON_BACKGROUND: none;
--IMAGE_BUTTON_BACKGROUND_BORDER: 0px solid transparent;
--IMAGE_BUTTON_BACKGROUND_BORDER_HOVER: none;
--IMAGE_BUTTON_BACKGROUND_BOXSHADOW: none;
--IMAGE_BUTTON_BACKGROUND_DISABLED: transparent;
--IMAGE_BUTTON_BACKGROUND_DISABLED_BOXSHADOW: none;
--IMAGE_BUTTON_BACKGROUND_DISABLED_CURSOR: default;
--IMAGE_BUTTON_BACKGROUND_HOVER: url(/contract-dev/themes/sidebar/icons/buttonBackground.png) no-repeat;
--IMAGE_BUTTON_BACKGROUND_HOVER_BOXSHADOW: none;
--IMAGE_BUTTON_BORDER_DISABLED: 0px solid transparent;
--IMAGE_BUTTON_BORDER_DISABLED_HOVER: 0px solid transparent;
--IMAGE_BUTTON_BORDER_HOVER: 0px solid transparent;
--INAPP_COMMAND_BACKGROUND: #FFFFF0;
--INPUT_IMAGE_BUTTON_WIDTH: 18;
--INSERT_MARKER_COLOR: #FF0000;
--INVERT_TEXT: #3C3C3C;
--LABEL_FONT_WEIGHT: normal;
--LAYOUT_ADJUSTMENT_GRABBER_COLLAPSED_SIZE: 1;
--LAYOUT_ADJUSTMENT_GRABBER_EXPANDED_SIZE: 5;
--LAYOUT_HIGHLIGHT_COLOR: #000000;
--LAYOUT_HORIZONTAL_ADJUSTMENT_GRABBER_BACKGROUND: #F0F0F0;
--LAYOUT_MAIN_COLOR: #000000;
--LAYOUT_VERTICAL_ADJUSTMENT_GRABBER_BACKGROUND: #F0F0F0;
--LEFT_NAVIGTION_SIZE: 220;
--LEGEND_BACKGROUND_SELECTED: #F0F0F0;
--LEVEL_ONE_TOP_MARGIN: 10;
--LICENCE_EXPIRE_BAR_HEIGHT: 56;
--LINK_VISITED: #006699;
--MAINLAYOUT_CSS_CLASS: OuterContainer;
--MAINTAINANCE_BAR_HEIGHT: 56;
--MAIN_NAVIGATION_BAR_HEIGHT: 56;
--MAIN_TABBAR_BACKGROUND: #D1E0F3;
--MAIN_TAB_BACKGROUND: #D1E0F3;
--MAIN_TAB_BACKGROUND_ACTIVE: url(../images/menu_bar_hover_bg.png) left top repeat-x;;
--MAIN_TAB_BACKGROUND_ACTIVE_HOVER: url(../images/menu_bar_hover_bg.png) left top repeat-x;;
--MAIN_TAB_BACKGROUND_HOVER: #D1E0F3;
--MAIN_TAB_BAR_CSS: mainTabBar;
--MAIN_TAB_BAR_HEIGHT: 26;
--MAIN_TAB_BORDER: 1px solid #d2e1f4;
--MAIN_TAB_BORDER_ACTIVE: 1px solid #9bb0d1;
--MAIN_TAB_BORDER_ACTIVE_HOVER: 1px solid #9bb0d1;
--MAIN_TAB_BORDER_HOVER: 1px solid #9bb0d1;
--MAIN_TAB_FONT_COLOR: #000000;
--MAIN_TAB_FONT_COLOR_ACTIVE: #000000;
--MAIN_TAB_FONT_COLOR_ACTIVE_HOVER: #000000;
--MAIN_TAB_FONT_COLOR_HOVER: #000000;
--MANDATORY_FIELD_BG: #F8F8E0;
--MC_MINIMIZE_ICON: url(/contract-dev/themes/sidebar/icons/minimizeNormal.png);
--MC_NORMALIZE_ICON: url(/contract-dev/themes/sidebar/icons/minimizeMinimized.png);
--MC_TOGGLE_HEIGHT: 50px;
--MC_TOGGLE_WIDTH: 8px;
--MENUENTRYDISABLED_MENUENTRYCELL_COLOR: #C4C9D4;
--MONOSPACE_FAMILY: monospace;
--NORMAL_TEXT: #000000;
--ORGCHART_MARKUP_COLOR: #D3D3D3;
--PASSWORD_BAR_MEDIUM_COLOR: #FFD400;
--PASSWORD_BAR_NORMAL_COLOR: #FF6600;
--PASSWORD_BAR_STRONG_COLOR: #33CC00;
--PASSWORD_BAR_VERY_STRONG_COLOR: #33FF00;
--PASSWORD_BAR_WEAK_COLOR: #FF0000;
--PDLG_TITLEBAR_COLOR: #FFFFFF;
--POPUPMENU_ENTRYHOVER_BACKGROUND: #E0E0E0;
--POPUP_TITLE_HEIGHT: 32px;
--PRIMARY_BACKGROUND_COLOR: #F4F5F6;
--PRIMARY_TEXT_COLOR: #000000;
--QUICK_SEARCH_HEIGHT: 100;
--QUICK_SEARCH_MAX_RESULTS: 40;
--READ_ONLY_NAVIGATION_SEPARATOR_LABEL: :;
--REPLACECOLOR: #FF0000;
--REPORTING_CURRENT_VERSION_MARKER_COLOR: #C9C7B6;
--RF_FIRST_COLUMN_WIDTH: 10em;
--RF_HORIZONTAL_GAP_CELLS: 60px;
--RF_HORIZONTAL_GAP_COLUMNS: 60px;
--RF_HORIZONTAL_GAP_COLUMNS_LIST_ENTRY: 90px;
--RF_HORIZONTAL_GAP_FILTER: 60px;
--SBL_LOGO_BACKGROUND: linear-gradient(to left, #CC9832, #FFBE3E 5px);
--SBL_LOGO_BACKGROUND_COLOR: #FFBE3E;
--SBL_LOGO_BEVEL_COLOR: #CC9832;
--SBL_LOGO_COLOR: #758097;
--SBL_TABBAR_POPUP: #758097;
--SECONDARY_BACKGROUND_COLOR: transparent;
--SECONDARY_TEXT_COLOR: #584B1E;
--SELECTION_COLOR: #CDCDCD;
--SELECTION_COLUMN_WIDTH: 40px;
--SELECTION_CONTROL_FIELD_HEIGHT: 25;
--SIDEBAR_WIDTH: 260px;
--SIDEBAR_WIDTH_MINIMIZED: 72px;
--SPACER_BACKGROUND_COLOR: #F2F2F8;
--SPACER_BOTTOM: url(/contract-dev/themes/default/spacer/bottom.png);
--SPACER_BOTTOM_LEFT: url(/contract-dev/themes/default/spacer/bottom-left.png);
--SPACER_BOTTOM_RIGHT: url(/contract-dev/themes/default/spacer/bottom-right.png);
--SPACER_LEFT: url(/contract-dev/themes/default/spacer/left.png);
--SPACER_RIGHT_BACKGROUND: url(/contract-dev/themes/default/spacer/right.png);
--SPACER_TOP: url(/contract-dev/themes/default/spacer/top.png);
--SPACER_TOP_LEFT: url(/contract-dev/themes/default/spacer/top-left.png);
--SPACER_TOP_RIGHT: url(/contract-dev/themes/default/spacer/top-right.png);
--STRUCTURE_DIALOG_HEIGHT: 500;
--STRUCTURE_DIALOG_WIDTH: 680;
--SYSTEM_MESSAGE_COLOR: #EBECEF;
--SYSTEM_MESSAGE_MARGIN_BOTTOM: 0;
--SYSTEM_MESSAGE_MARGIN_LEFT: 0;
--SYSTEM_MESSAGE_MARGIN_RIGHT: 20px;
--SYSTEM_MESSAGE_MARGIN_TOP: 12px;
--SYSTEM_MESSAGE_SIDEBAR_COLOR: var(--contrast-010);
--S_FIELD_NEGATED: #FFBBBB;
--S_FIELD_RELEVANT: #BBFFBB;
--S_FIELD_UNRELEVANT: #FFFFFF;
--S_TXT_RELEVANT: #000000;
--S_TXT_UNRELEVANT: #A0A0A0;
--TABBAR_BACKGROUND: #F0F0F0;
--TABBAR_BASELINE_BACKGROUND_COLOR: #F0F0F0;
--TABBAR_CSS_CLASS: tabBar;
--TABBAR_HEIGHT: 40;
--TABBAR_L1_BACKGROUND: #FFFFFF;
--TABBAR_L1_PADDING_TOP: 0px;
--TABBAR_L1_TAB_ACTIVETAB_BORDER: 0;
--TABBAR_L1_TAB_ACTIVE_BACKGROUND: #F0F0F0;
--TABBAR_L1_TAB_ACTIVE_BORDER: 0;
--TABBAR_L1_TAB_ACTIVE_BORDER_BOTTOM: 4px solid transparent;
--TABBAR_L1_TAB_ACTIVE_COLOR: #323232;
--TABBAR_L1_TAB_ACTIVE_MARGIN: 0;
--TABBAR_L1_TAB_ACTIVE_PADDING: 5px 15px 3px 15px;
--TABBAR_L1_TAB_BACKGROUND: transparent;
--TABBAR_L1_TAB_BORDER: 0;
--TABBAR_L1_TAB_BORDERRADIUS: 0;
--TABBAR_L1_TAB_BORDER_BOTTOM: 0;
--TABBAR_L1_TAB_COLOR: #7D7D7D;
--TABBAR_L1_TAB_HOVER_BACKGROUND: transparent;
--TABBAR_L1_TAB_HOVER_BORDER: 0;
--TABBAR_L1_TAB_HOVER_BORDER_BOTTOM: 0;
--TABBAR_L1_TAB_HOVER_COLOR: #000000;
--TABBAR_L1_TAB_HOVER_PADDING: 3px 15px;
--TABBAR_L1_TAB_PADDING: 3px 15px;
--TABBAR_SCROLL_BUTTON_COLOR: #7D7D7D;
--TABBAR_SCROLL_BUTTON_DISABLED_COLOR: #C4C9D4;
--TABBAR_SCROLL_BUTTON_HOVER_COLOR: #323232;
--TABBAR_TAB_ACTIVETAB_BORDER: 0;
--TABBAR_TAB_ACTIVE_BACKGROUND: transparent;
--TABBAR_TAB_ACTIVE_BORDER: 0;
--TABBAR_TAB_ACTIVE_BORDER_BOTTOM: 4px solid #3a6ea5;
--TABBAR_TAB_ACTIVE_COLOR: #323232;
--TABBAR_TAB_ACTIVE_MARGIN: 0;
--TABBAR_TAB_ACTIVE_PADDING: 5px 15px 3px 15px;
--TABBAR_TAB_ACTIVE_PADDING_TOP: 3;
--TABBAR_TAB_BACKGROUND: transparent;
--TABBAR_TAB_BORDER: 0;
--TABBAR_TAB_BORDERRADIUS: 0;
--TABBAR_TAB_BORDER_BOTTOM: 0;
--TABBAR_TAB_HOVER_BACKGROUND: transparent;
--TABBAR_TAB_HOVER_BORDER: 0;
--TABBAR_TAB_HOVER_BORDER_BOTTOM: 0;
--TABBAR_TAB_HOVER_COLOR: #000000;
--TABBAR_TAB_HOVER_PADDING: 3px 15px;
--TABBAR_TAB_PADDING: 3px 15px;
--TABBER_IMAGE_WIDTH: 15px;
--TABBER_SELECTED_WIDTH: 100px;
--TABBER_SIZE: 18;
--TABBER_TEXT_ALIGN: center;
--TABBER_WIDTH: 100px;
--TABCONTAINER_MIN_HEIGHT: 40px;
--TABLE_BACKGROUND_BIG_IMAGE: url(/contract-dev/themes/default/misc/bgThBig.png) left top repeat-x;
--TABLE_BACKGROUND_COLOR: #FFFFFF;
--TABLE_BORDER_COLOR: #F0F0F0;
--TABLE_CELL_BACKGROUND_COLOR: #FFFFFF;
--TABLE_COLUMN_BORDER_WIDTH: 1px;
--TABLE_COUNTER: #FFFFFF;
--TABLE_FILTER_BACKGROUND_COLOR: #FFFFFF;
--TABLE_FILTER_BUTTON_BAR_HEIGHT: 40px;
--TABLE_FILTER_HEADER_BACKGROUND: url(/contract-dev/themes/sidebar/misc/table/bgThFilter.png) left bottom repeat-x;
--TABLE_HEADER: #FFFFFF;
--TABLE_HEADER_BACKGROUND: url(/contract-dev/themes/sidebar/misc/table/bgTh.png) left bottom repeat-x;
--TABLE_HEADER_BORDER_BOTTOM_WIDTH: 1px;
--TABLE_RESIZE_GRABBER_COLOR: #C2C2C2;
--TABLE_ROW_BACKGROUND_COLOR: #FFFFFF;
--TABLE_ROW_EVEN_BACKGROUND_COLOR: #FFFFFF;
--TABLE_ROW_FOCUSED: url(/contract-dev/themes/default/table/rowFocused.png);
--TABLE_ROW_SELECTED: url(/contract-dev/themes/default/table/rowSelected.png);
--TABLE_SELECT_BACKGROUND_COLOR: #CDCDCD;
--TABLE_SEPARATOR_WIDTH: 7px;
--TABLE_TBL_TITLE_COLOR: #FFFFFF;
--TABLE_TH_BACKGROUND: #CFD1D3;
--TABLE_TH_COLOR: #323232;
--TABLE_TITLE: #7695C3;
--TABLE_TITLE_BACKGROUND: #d6dae1;
--TABLE_TITLE_HEIGHT: 22px;
--TAB_BODY: #D6D3CE;
--TAB_COMPONENT_DEFAULT_TAB_HEIGHT: 26;
--TAB_SPACER: #CCCCCC;
--TAB_TEXT: #7D7D7D;
--TAB_TEXT_INVERT: #584B1E;
--TAB_TEXT_SELECTED: #FFFFFF;
--TBLMANDATORY_THTBLTITLE_COLOR: #FFFFFF;
--TD_TBLSELECT_COLOR: #323232;
--TD_TREETABLE_FIRST_BACKGROUND: #EDEEEF;
--TERTIARY_BACKGROUND_COLOR: #808080;
--TERTIARY_TEXT_COLOR: #0000FF;
--TEXT_FAMILY: Arial,Helvetica,sans-serif;
--THEME_NAME: Flat (Sidebar);
--TILES_CARD_IMAGE_COLOR: #0284C3;
--TITLEBAR_BACKGROUND: #d6dae1;
--TITLEBAR_BACKGROUND_COLLAPSED: #d6dae1;
--TITLEBAR_COLOR: #273144;
--TITLEBAR_HEIGHT: 40;
--TITLEBAR_TEXT_COLLAPSED: #273144;
--TITLE_BACKGROUND: url(../images/title_top_bg1.png) left top repeat-x;
--TOOLBAR_BACKGROUND: url(../images/toolbar_bg.png) left top repeat-x;
--TOOLBAR_BUTTON_ICON_COLOR: #385785;
--TOOLBAR_BUTTON_ICON_COLOR_DISABLED: #C4C9D4;
--TOOLBAR_BUTTON_ICON_COLOR_HIGHLIGHT: #385785;
--TOOLBAR_BUTTON_ICON_SIZE: 24px;
--TOOLTIP_BACKGROUND_COLOR: #F5F5F5;
--TOOLTIP_BORDER: 1pt solid #7695C3;
--TOOLTIP_CAPTION_BACKGROUND_COLOR: #FFE460;
--TOOLTIP_CAPTION_FONT_COLOR: #000000;
--TOOL_ROW_HEIGHT: 56;
--TP_BACKGROUND: #FFFFFF;
--TP_BORDER: #909090;
--TP_BRIGHT: #CDCDCD;
--TP_DARK: #909090;
--TP_HEADER: linear-gradient(#909090 0%, #909090 100%);
--TP_POINTER: #CDCDCD;
--TP_SELECTED_DIGIT: linear-gradient(#cdcdcd 0%, #cdcdcd 100%);
--TREE_BACK: #FFFFFF;
--TREE_INDENT_CHARS: 6;
--TREE_NODE_LINE_HEIGHT: 22px;
--TREE_SELECTION_BG: #CDCDCD;
--TREE_SELECTION_BG_HOVER: #F0F0F0;
--TREE_SELECTION_COLOR: #000000;
--TREE_SELECTION_COLOR_HOVER: #000000;
--TR_EVEN_BACKGROUND: #F0F0F0;
--TR_TBLTR_LASTROW_BORDERBOTTOM: 1px solid #f0f0f0;
--VERSION_ROW_HEIGHT: 40;
--VR_BACKGROUND_WIDTH: 20px;
--VR_FILTER_BACKGROUND: url(/contract-dev/themes/sidebar/images/vrFilter.png);
--VR_GROUP_BACKGROUND: url(/contract-dev/themes/sidebar/images/vrGroup.png);
--WARNING_BORDER: initial;
--WARNING_OUTLINE: 2px solid orange;
--WEB_FOLDER_DIALOG_ADDFROMCLIPBOARD_HEIGHT: 400;
--WEB_FOLDER_DIALOG_ADDFROMCLIPBOARD_WIDTH: 600;
--WEB_FOLDER_DIALOG_CREATEDIALOG_HEIGHT: 320;
--WEB_FOLDER_DIALOG_CREATEDIALOG_WIDTH: 430;
--WEB_FOLDER_DIALOG_SENDMAIL_HEIGHT: 600;
--WEB_FOLDER_DIALOG_SENDMAIL_WIDTH: 800;
--WEB_FOLDER_DIALOG_SHOWKEYWORDS_HEIGHT: 400;
--WEB_FOLDER_DIALOG_SHOWKEYWORDS_WIDTH: 600;
--WEB_FOLDER_DIALOG_SHOWSIMILAR_HEIGHT: 600;
--WEB_FOLDER_DIALOG_SHOWSIMILAR_WIDTH: 800;
--WEB_FOLDER_DIALOG_SHOWVERSIONDETAILS_HEIGHT: 400;
--WEB_FOLDER_DIALOG_SHOWVERSIONDETAILS_WIDTH: 600;
--WEB_FOLDER_DIALOG_UPDATEDIALOG_HEIGHT: 300;
--WEB_FOLDER_DIALOG_UPDATEDIALOG_WIDTH: 500;
--WEB_FOLDER_DIALOG_UPLOADDIALOG_HEIGHT: 300;
--WEB_FOLDER_DIALOG_UPLOADDIALOG_WIDTH: 500;
--WINDOWLAYOUT_BAR_HEIGHT: 22;
--WINDOWLAYOUT_BOTTOM_SPACER_HEIGHT: 12;
--WINDOWLAYOUT_LEFT_SPACER_WIDTH: 12;
--WINDOWLAYOUT_RIGHT_SPACER_WIDTH: 12;
--WINDOWLAYOUT_TOP_SPACER_HEIGHT: 8;
--bea3_NUM: 3;
--border-strong: #878D96;
--border-subtle: #C4C7CC;
}